We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fec8e commit b9a4f4cCopy full SHA for b9a4f4c
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,9 +1,6 @@
1
+# Source from https://github.com/rust-lang-deprecated/rust-buildbot/blob/master/slaves/dist/Dockerfile
2
FROM alexcrichton/rust-slave-dist:2015-10-20b
3
USER root
4
5
WORKDIR /
-RUN curl https://www.cpan.org/src/5.0/perl-5.28.0.tar.gz | tar xzf -
6
-WORKDIR /perl-5.28.0
7
-RUN ./configure.gnu
8
-RUN make -j$(nproc)
9
-RUN make install
+RUN curl -L https://github.com/lzutao/rustup.rs/releases/download/perl-5.28.0/perl-5.28.0.tar.gz | tar xzf - -C /
0 commit comments