From 800752d27766dfe89c5ab4932b306d3d17a42701 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 26 Jan 2023 20:42:27 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a28b42a..9613a29 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 \ No newline at end of file +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y \ No newline at end of file