diff --git a/go_base_container/Containerfile b/go_base_container/Containerfile new file mode 100644 index 0000000..692064d --- /dev/null +++ b/go_base_container/Containerfile @@ -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/"