Skip to content

Commit 59e030f

Browse files
committed
Add rust toolchain to alpine images
rust has cargo as a sub-package, so we can just install rust. Ran `./update.sh 26 alpine3.22,alpine3.23`
1 parent e9ad293 commit 59e030f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

26/alpine3.22/Dockerfile

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

26/alpine3.23/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN addgroup -g 1000 node \
3737
make \
3838
python3 \
3939
py-setuptools \
40+
rust \
4041
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4142
&& export GNUPGHOME="$(mktemp -d)" \
4243
# 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
@@ -37,6 +37,7 @@ RUN addgroup -g 1000 node \
3737
make \
3838
python3 \
3939
py-setuptools \
40+
rust \
4041
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4142
&& export GNUPGHOME="$(mktemp -d)" \
4243
# gpg keys listed at https://github.com/nodejs/node#release-keys

0 commit comments

Comments
 (0)