Skip to content

Commit f38e2b7

Browse files
authored
Merge pull request #71 from linuxserver/nightly-gyp
2 parents c6ebdb3 + 46fbb3e commit f38e2b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
apk add --no-cache --virtual=build-dependencies \
1818
build-base \
1919
git \
20+
py3-setuptools \
2021
python3-dev && \
2122
echo "**** install runtime packages ****" && \
2223
apk add --no-cache \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
apk add --no-cache --virtual=build-dependencies \
1818
build-base \
1919
git \
20+
py3-setuptools \
2021
python3-dev && \
2122
echo "**** install runtime packages ****" && \
2223
apk add --no-cache \

0 commit comments

Comments
 (0)