Skip to content

Commit d8395c1

Browse files
committed
Use rustup from base image
1 parent 55a198a commit d8395c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN set -eux; \
77
apk add bash curl git tar openssh; \
88
curl --silent -L https://github.com/EmbarkStudios/cargo-deny/releases/download/$deny_version/cargo-deny-$deny_version-x86_64-unknown-linux-musl.tar.gz | tar -xzv -C /usr/bin --strip-components=1;
99

10-
# Ensure rustup is up to date.
11-
RUN bash -c "sh <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) -y"
12-
1310
COPY entrypoint.sh /entrypoint.sh
1411

1512
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)