mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-27 10:19:03 -05:00
Update Dockerfile
Purge cache
This commit is contained in:
parent
de42de5245
commit
50d2a25de0
@ -6,6 +6,7 @@ RUN adduser -D -u 54000 radio && \
|
|||||||
apk update && \
|
apk update && \
|
||||||
apk add git gcc musl-dev && \
|
apk add git gcc musl-dev && \
|
||||||
pip install --upgrade pip && \
|
pip install --upgrade pip && \
|
||||||
|
pip cache purge && \
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
git clone https://github.com/ShaYmez/hblink3 && \
|
git clone https://github.com/ShaYmez/hblink3 && \
|
||||||
cd /opt/hblink3 && \
|
cd /opt/hblink3 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user