add go container

This commit is contained in:
Wyatt J. Miller 2023-05-03 21:45:55 -04:00
parent 6af4ffa9e4
commit 7017c8d1c3

View File

@ -0,0 +1,6 @@
# Get my custom base image from scm
FROM localhost/base-container
RUN dnf install golang -y -q
RUN fish -c "set -gx GOPATH /var/home/wyatt/Source/go/"