Skip to content

Commit

Permalink
remove unsafe-perm
Browse files Browse the repository at this point in the history
Signed-off-by: Masaru Hoshi <[email protected]>
  • Loading branch information
masaruhoshi committed Jan 20, 2025
1 parent 7a2a8bd commit 9a4c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC/g

FROM node:20.18.1-alpine3.21 AS nodepackages

RUN npm config set unsafe-perm true
#RUN npm config set unsafe-perm true
RUN npm install -g \
mocha \
serverless
Expand Down

0 comments on commit 9a4c20b

Please sign in to comment.