From a986e531d93113453a8a2c65d995682981bf80fd Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 28 Feb 2021 15:11:08 +0100 Subject: [PATCH] Docker is broken --- dist/build/x86_64_archlinux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/build/x86_64_archlinux/Dockerfile b/dist/build/x86_64_archlinux/Dockerfile index fb44213..83ef7a5 100644 --- a/dist/build/x86_64_archlinux/Dockerfile +++ b/dist/build/x86_64_archlinux/Dockerfile @@ -14,7 +14,7 @@ RUN useradd build -m && \ mkdir -p termscp && \ chown -R build.build termscp/ # Install rust -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ +RUN mount -o remount,exec /tmp && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \ chmod +x /tmp/rust.sh && \ /tmp/rust.sh -y # Clone repository