diff --git a/Dockerfile b/Dockerfile index d56e463..58365bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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