build(dockerfile): install node-gyp through npm

This commit is contained in:
fallenbagel
2024-06-24 00:14:21 +05:00
parent f5a50914c8
commit d5e37e4f3f

View File

@@ -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