From 3c2f5de8b6f9a8470d531a130618632da46c5ab3 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:16:08 +0100 Subject: [PATCH] Update Dockerfile Try to fix build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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