File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ RUN addgroup -g 1000 node \
2929 # backup build
3030 && apk add --no-cache --virtual .build-deps-full \
3131 binutils-gold \
32+ cargo \
3233 g++ \
3334 gcc \
3435 gnupg \
@@ -37,6 +38,7 @@ RUN addgroup -g 1000 node \
3738 make \
3839 python3 \
3940 py-setuptools \
41+ rustc \
4042 # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4143 && export GNUPGHOME="$(mktemp -d)" \
4244 # gpg keys listed at https://github.com/nodejs/node#release-keys
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ RUN addgroup -g 1000 node \
2929 # backup build
3030 && apk add --no-cache --virtual .build-deps-full \
3131 binutils-gold \
32+ cargo \
3233 g++ \
3334 gcc \
3435 gnupg \
@@ -37,6 +38,7 @@ RUN addgroup -g 1000 node \
3738 make \
3839 python3 \
3940 py-setuptools \
41+ rustc \
4042 # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
4143 && export GNUPGHOME="$(mktemp -d)" \
4244 # gpg keys listed at https://github.com/nodejs/node#release-keys
You can’t perform that action at this time.
0 commit comments