mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-18 22:31:49 -05:00
Update Dockerfile
Unable to build compiler for rust - Will work on this at a later date
This commit is contained in:
parent
74ad5078c8
commit
c1a4431488
@ -23,15 +23,14 @@ 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 --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 && \
|
||||||
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
|
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
|
||||||
cd /hbmon && \
|
cd /hbmon && \
|
||||||
pip install --no-cache-dir -r requirements.txt && \
|
pip install --no-cache-dir -r requirements.txt && \
|
||||||
apk del git gcc musl-dev curl && \
|
apk del git gcc musl-dev && \
|
||||||
chown -R radio: /hbmon
|
chown -R radio: /hbmon
|
||||||
|
|
||||||
USER radio
|
USER radio
|
||||||
|
Loading…
Reference in New Issue
Block a user