From 81877a64ae38483adf3d73d661d0741c3b32d027 Mon Sep 17 00:00:00 2001 From: dany Date: Mon, 20 Mar 2023 18:49:12 +0100 Subject: [PATCH] disable installing RUST --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be567f3..4e62762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ libvncserver-dev \ lua5.3 \ tree -RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y' -RUN chmod -R 777 /opt/rust/ \ No newline at end of file +# RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y' +# RUN chmod -R 777 /opt/rust/ \ No newline at end of file