From 74ad5078c8dc8f2c106ee6f126b2cd4702f9b281 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Thu, 23 May 2024 22:56:11 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1f6ae5..45aeb48 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 -y && \ + curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh && \ pip install --upgrade pip && \ pip cache purge && \ cd /opt && \