Skip to content

Commit

Permalink
tools: fix 'error obtaining VCS status' bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandras committed Feb 20, 2023
1 parent c9b1af5 commit 1aac677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM golang:1.18-buster
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache
ENV GOMODCACHE=/tmp/build/.modcache
ENV GOFLAGS="-buildvcs=false"

COPY . /tmp/tools

Expand Down

0 comments on commit 1aac677

Please sign in to comment.