build(dockerfile): add node-gyp back in

This commit is contained in:
fallenbagel
2024-06-24 00:10:30 +05:00
parent e30a3ea74f
commit f5a50914c8

View File

@@ -9,7 +9,8 @@ RUN \
case "${TARGETPLATFORM}" in \
'linux/arm64' | 'linux/arm/v7') \
apk update && \
apk add --no-cache python3 make g++ gcc libc6-compat bash \
apk add --no-cache python3 make g++ gcc libc6-compat bash && \
pnpm add -g node-gyp \
;; \
esac