Skip to content

Commit a412071

Browse files
committed
ci: fix image
1 parent 589136c commit a412071

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Build
22
FROM whatwewant/node:12.16-alpine as build
33

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+
48
WORKDIR /client
59

610
COPY .npmrc .

0 commit comments

Comments
 (0)