We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b1af5 commit 1aac677Copy full SHA for 1aac677
tools/Dockerfile
@@ -3,6 +3,7 @@ FROM golang:1.18-buster
3
RUN apt-get update && apt-get install -y git
4
ENV GOCACHE=/tmp/build/.cache
5
ENV GOMODCACHE=/tmp/build/.modcache
6
+ENV GOFLAGS="-buildvcs=false"
7
8
COPY . /tmp/tools
9
0 commit comments