]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/dist-mipsel-linux/Dockerfile
New upstream version 1.44.1+dfsg1
[rustc.git] / src / ci / docker / dist-mipsel-linux / Dockerfile
index ee73e29c76e35926ee5389ecf998f47a29ce4c1a..908cef90cef6900c801a8fab567b0a1f5e8587c5 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 \
@@ -22,4 +22,4 @@ RUN sh /scripts/sccache.sh
 ENV HOSTS=mipsel-unknown-linux-gnu
 
 ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
-ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
+ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS