We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589136c commit a412071Copy full SHA for a412071
1 file changed
Dockerfile
@@ -1,6 +1,10 @@
1
# Build
2
FROM whatwewant/node:12.16-alpine as build
3
4
+# @FIX node-gyp dependens python, and will be built locally
5
+# Reference: https://stackoverflow.com/questions/54428608/docker-node-alpine-image-build-fails-on-node-gyp
6
+RUN apk add --no-cache python3 make g++ git wget curl grep bash
7
+
8
WORKDIR /client
9
10
COPY .npmrc .
0 commit comments