Update Dockerfile

&&
This commit is contained in:
M0VUB 2024-05-23 22:49:54 +01:00 committed by GitHub
parent 0bdd4422af
commit 0e5fb32552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \
pip install --upgrade pip && \
pip cache purge && \
cd /opt && \