Update Dockerfile

Bug fix
This commit is contained in:
M0VUB 2024-06-13 23:09:25 +01:00 committed by GitHub
parent 83f80ee88e
commit 4e17efe3b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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