custom-containers/go_base_container/Containerfile
2023-05-03 21:45:55 -04:00

7 lines
153 B
Docker

# 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/"