1
0
Fork 0

Add python2 for node-gyp

pull/2/head
Ambrose Chua 2018-04-02 20:47:51 +08:00 committed by GitHub
parent 651d997a15
commit a3ad26cb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ FROM registry.labs.0x.no/env
USER root
RUN apk add --no-cache build-base
RUN apk add --no-cache \
build-base \
python2
COPY . /usr/local/fm