From 0ca58018d1edf4d2850190ad4cbcbebd57869fe7 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 26 Jan 2023 21:56:55 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e391e29..ee4b961 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ lua5.3 \ tree \ gdb -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ 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