mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
tools: fix lint VSC permission error
This commit is contained in:
parent
7497edf443
commit
4050fe5dc4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue