]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/x86_64-gnu-distcheck/Dockerfile
New upstream version 1.44.1+dfsg1
[rustc.git] / src / ci / docker / x86_64-gnu-distcheck / Dockerfile
index 364f45aba2c00442b82b75b3f887f75cde9f1cb5..cc07a591cc17bec1c7d1d853f8216f75165aa98f 100644 (file)
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   file \
   curl \
   ca-certificates \
-  python2.7 \
+  python3 \
   git \
   cmake \
   sudo \
@@ -19,7 +19,7 @@ COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
 ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --set rust.ignore-git=false
-ENV SCRIPT python2.7 ../x.py test distcheck
+ENV SCRIPT python3 ../x.py test distcheck
 ENV DIST_SRC 1
 
 # The purpose of this builder is to test that we can `./x.py test` successfully