Skip to content

Commit

Permalink
fix: unknown unsafe-perm
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
  • Loading branch information
g1eny0ung committed Mar 8, 2023
1 parent 0e41cd2 commit 1475bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*
RUN npm config set unsafe-perm true
RUN npm install pnpm -g

ARG TARGET_PLATFORM=amd64
Expand Down

0 comments on commit 1475bea

Please sign in to comment.