mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-12-13 04:56:26 -05:00
Update Dockerfile
This commit is contained in:
parent
e2b5a2db5e
commit
74ad5078c8
@ -24,7 +24,7 @@ COPY entrypoint /entrypoint
|
|||||||
RUN adduser -D -u 54000 radio && \
|
RUN adduser -D -u 54000 radio && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add git gcc musl-dev curl && \
|
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 install --upgrade pip && \
|
||||||
pip cache purge && \
|
pip cache purge && \
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
|
Loading…
Reference in New Issue
Block a user