Skip to content

Commit b0d7a27

Browse files
committed
Fix CI
1 parent 129d303 commit b0d7a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN go get golang.org/x/tools/cmd/stringer
1010
RUN go get golang.org/x/lint/golint
1111
RUN go get github.com/agnivade/wasmbrowsertest
1212

13-
RUN npm install -g prettier
14-
RUN npm install -g netlify-cli
13+
RUN npm --unsafe-perm=true install -g prettier
14+
RUN npm --unsafe-perm=true install -g netlify-cli

0 commit comments

Comments
 (0)