build(dockerfile): install node-gyp through npm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user