mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2026-06-04 23:14:37 -04:00
Update Dockerfile
Bug fix
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user