File tree Expand file tree Collapse file tree 26 files changed +26
-26
lines changed
Expand file tree Collapse file tree 26 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2626 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2828 && rm -rf "$GNUPGHOME" \
29- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
29+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
3030 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
3131 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3232 # Remove unused OpenSSL headers to save ~34MB. See this NodeJS issue: https://github.com/nodejs/node/issues/46451
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2222 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2424 && rm -rf "$GNUPGHOME" \
25- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
25+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
2626 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
2727 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
2828 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2626 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2828 && rm -rf "$GNUPGHOME" \
29- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
29+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
3030 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
3131 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3232 # Remove unused OpenSSL headers to save ~34MB. See this NodeJS issue: https://github.com/nodejs/node/issues/46451
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2222 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2424 && rm -rf "$GNUPGHOME" \
25- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
25+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
2626 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
2727 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
2828 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2626 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2828 && rm -rf "$GNUPGHOME" \
29- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
29+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
3030 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
3131 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3232 # Remove unused OpenSSL headers to save ~34MB. See this NodeJS issue: https://github.com/nodejs/node/issues/46451
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2222 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2424 && rm -rf "$GNUPGHOME" \
25- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
25+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
2626 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
2727 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
2828 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2626 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2828 && rm -rf "$GNUPGHOME" \
29- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
29+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
3030 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
3131 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3232 # Remove unused OpenSSL headers to save ~34MB. See this NodeJS issue: https://github.com/nodejs/node/issues/46451
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2222 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2424 && rm -rf "$GNUPGHOME" \
25- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
25+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
2626 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
2727 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
2828 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2626 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2727 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2828 && rm -rf "$GNUPGHOME" \
29- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
29+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
3030 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
3131 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
3232 # Remove unused OpenSSL headers to save ~34MB. See this NodeJS issue: https://github.com/nodejs/node/issues/46451
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
2222 && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
2323 && gpgv --keyring="$GNUPGHOME/pubring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
2424 && rm -rf "$GNUPGHOME" \
25- && grep " node-v$NODE_VERSION-linux-$ARCH\$ " SHASUMS256.txt | sha256sum -c - \
25+ && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz \$ " SHASUMS256.txt | sha256sum -c - \
2626 && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner \
2727 && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" \
2828 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
You can’t perform that action at this time.
0 commit comments