Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit c38dd8e

Browse files
committed
Remove sha check
1 parent 72038a7 commit c38dd8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpine/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN set -eux; \
1111
\
1212
url="https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-musl/rustup-init"; \
1313
wget "$url"; \
14-
echo "b535be813cd89000044764806f569a8c1428417d4226f16ee9993867f0c4ea4e *rustup-init" | sha256sum -c -; \
1514
chmod +x rustup-init; \
1615
./rustup-init -y --no-modify-path --default-toolchain nightly; \
1716
rm rustup-init; \

0 commit comments

Comments
 (0)