mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-08 00:46:02 -05:00
Update Dockerfile
Bug fix
This commit is contained in:
parent
83f80ee88e
commit
4e17efe3b2
@ -26,10 +26,10 @@ RUN apk update && \
|
||||
apk add git gcc musl-dev libffi-dev openssl-dev cargo && \
|
||||
pip install --upgrade pip && \
|
||||
pip cache purge && \
|
||||
git clone https://github.com/shaymez/HBMonv2.git /monitor && \
|
||||
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
|
||||
cd /hbmon && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
apk del git gcc musl-dev libffi-dev openssl-dev cargo && \ && \
|
||||
apk del git gcc musl-dev libffi-dev openssl-dev && \ && \
|
||||
chown -R radio /hbmon
|
||||
|
||||
USER radio
|
||||
|
Loading…
Reference in New Issue
Block a user