7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
|
||
|
# 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/"
|