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 \
g++ \
make \
python3 && \
python2 && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
nodejs \

View File

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

View File

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