From 7017c8d1c34c89a70ac3c3f89ae0c0c45663c9ef Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 3 May 2023 21:45:55 -0400 Subject: [PATCH] add go container --- go_base_container/Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 go_base_container/Containerfile 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/"