Update Dockerfile

Purge cache
This commit is contained in:
M0VUB 2023-08-05 22:07:16 +01:00 committed by GitHub
parent de42de5245
commit 50d2a25de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN adduser -D -u 54000 radio && \
apk update && \
apk add git gcc musl-dev && \
pip install --upgrade pip && \
pip cache purge && \
cd /opt && \
git clone https://github.com/ShaYmez/hblink3 && \
cd /opt/hblink3 && \