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 && \