add go container
This commit is contained in:
parent
6af4ffa9e4
commit
7017c8d1c3
6
go_base_container/Containerfile
Normal file
6
go_base_container/Containerfile
Normal file
@ -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/"
|
Loading…
Reference in New Issue
Block a user