add python2 from node-gyp

This commit is contained in:
aptalca
2021-04-12 14:19:24 -04:00
parent 2425513f79
commit 71af7141d3
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN \
curl \ curl \
g++ \ g++ \
make \ make \
python3 && \ python2 && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
nodejs \ nodejs \

View File

@@ -18,7 +18,7 @@ RUN \
curl \ curl \
g++ \ g++ \
make \ make \
python3 && \ python2 && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
nodejs \ nodejs \

View File

@@ -18,7 +18,7 @@ RUN \
curl \ curl \
g++ \ g++ \
make \ make \
python3 && \ python2 && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
nodejs \ nodejs \