mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-05-05 06:20:37 +09:00
add python2 from node-gyp
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user