Skip to content

Commit

Permalink
tools: fix lint VSC permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jan 5, 2023
1 parent 7497edf commit 4050fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN cd /tmp \
&& mkdir -p /tmp/build/.modcache \
&& cd /tmp/tools \
&& go install -trimpath -tags=tools github.com/golangci/golangci-lint/cmd/golangci-lint \
&& chmod -R 777 /tmp/build/
&& chmod -R 777 /tmp/build/ \
&& git config --global --add safe.directory /build

WORKDIR /build

0 comments on commit 4050fe5

Please sign in to comment.