Update Dockerfile

Try to fix build
This commit is contained in:
M0VUB 2024-06-13 23:16:08 +01:00 committed by GitHub
parent 4e17efe3b2
commit 3c2f5de8b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ RUN apk update && \
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 && \ && \
apk del git gcc musl-dev libffi-dev openssl-dev && \
chown -R radio /hbmon
USER radio