Skip to content

Commit 416397c

Browse files
Fix version 18 on arm64v8 arch
Fixes #2096
1 parent 7bfd583 commit 416397c

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

18/alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

18/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

20/alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

20/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

21/alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

21/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

22/alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

22/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN addgroup -g 1000 node \
3636
linux-headers \
3737
make \
3838
python3 \
39+
py-setuptools \
3940
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4041
&& export GNUPGHOME="$(mktemp -d)" \
4142
# gpg keys listed at https://github.com/nodejs/node#release-keys

0 commit comments

Comments
 (0)