mirror of
https://github.com/Fishwaldo/Foreman-Gateway.git
synced 2025-03-15 19:31:26 +00:00
Update Dockerfile
This commit is contained in:
parent
9ec0ae4d13
commit
059bf88c68
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM library/golang
|
FROM library/golang
|
||||||
|
|
||||||
# Godep for vendoring
|
# Godep for vendoring
|
||||||
RUN go install github.com/tools/godep
|
RUN go install github.com/tools/godep@latest
|
||||||
|
|
||||||
# Recompile the standard library without CGO
|
# Recompile the standard library without CGO
|
||||||
RUN CGO_ENABLED=0 go install -a std
|
RUN CGO_ENABLED=0 go install -a std
|
||||||
|
|
Loading…
Add table
Reference in a new issue