From 52614113ceea9f9b84e07bcda5cd7be881b091f6 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 26 Jan 2023 20:44:08 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9613a29..e391e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ lua5.3 \ tree \ gdb -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y \ No newline at end of file +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ No newline at end of file