Update Dockerfile

This commit is contained in:
Justin Hammond 2022-06-03 16:06:32 +08:00 committed by GitHub
parent 9ec0ae4d13
commit 059bf88c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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