mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-02-09 22:24:13 +09:00
add python2 from node-gyp
This commit is contained in:
@@ -18,7 +18,7 @@ RUN \
|
||||
curl \
|
||||
g++ \
|
||||
make \
|
||||
python3 && \
|
||||
python2 && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
nodejs \
|
||||
|
||||
@@ -18,7 +18,7 @@ RUN \
|
||||
curl \
|
||||
g++ \
|
||||
make \
|
||||
python3 && \
|
||||
python2 && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
nodejs \
|
||||
|
||||
@@ -18,7 +18,7 @@ RUN \
|
||||
curl \
|
||||
g++ \
|
||||
make \
|
||||
python3 && \
|
||||
python2 && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
nodejs \
|
||||
|
||||
Reference in New Issue
Block a user