From e2b5a2db5eb0143165128cf38b29ee49f708840f Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Thu, 23 May 2024 22:53:53 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b978bd..f1f6ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY entrypoint /entrypoint RUN adduser -D -u 54000 radio && \ apk update && \ apk add git gcc musl-dev curl && \ - curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh && \ + curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -y && \ pip install --upgrade pip && \ pip cache purge && \ cd /opt && \