Skip to content

Commit

Permalink
build(dockerfile): install node-gyp through npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Jun 23, 2024
1 parent f5a5091 commit d5e37e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
'linux/arm64' | 'linux/arm/v7') \
apk update && \
apk add --no-cache python3 make g++ gcc libc6-compat bash && \
pnpm add -g node-gyp \
npm install --global node-gyp \
;; \
esac

Expand Down

0 comments on commit d5e37e4

Please sign in to comment.