From ebc5c037fa0549b7d72a0b7d481674714f0741b0 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 26 Jan 2023 21:31:27 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e884c21..e245b5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ libvncserver-dev \ lua5.3 \ tree -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' \ No newline at end of file