From 1d50fd6c70283aa357a92acd088955aafbdfcd09 Mon Sep 17 00:00:00 2001 From: dany Date: Sun, 10 Mar 2024 00:08:17 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea73a5d..e692dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ lua5.3 \ tree \ gdb -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