Skip to content

Commit 1aac677

Browse files
committed
tools: fix 'error obtaining VCS status' bug
1 parent c9b1af5 commit 1aac677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:1.18-buster
33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache
55
ENV GOMODCACHE=/tmp/build/.modcache
6+
ENV GOFLAGS="-buildvcs=false"
67

78
COPY . /tmp/tools
89

0 commit comments

Comments
 (0)