7 lines
153 B
Plaintext
Raw Normal View History

2023-05-03 21:45:55 -04: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/"