custom-containers/go_base_container/Containerfile

7 lines
153 B
Plaintext
Raw Normal View History

2023-05-03 20:45:55 -05:00
# 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/"