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 129d303 commit b0d7a27Copy full SHA for b0d7a27
ci/container/Dockerfile
@@ -10,5 +10,5 @@ RUN go get golang.org/x/tools/cmd/stringer
10
RUN go get golang.org/x/lint/golint
11
RUN go get github.com/agnivade/wasmbrowsertest
12
13
-RUN npm install -g prettier
14
-RUN npm install -g netlify-cli
+RUN npm --unsafe-perm=true install -g prettier
+RUN npm --unsafe-perm=true install -g netlify-cli
0 commit comments