From de42de5245661e9c7c92863ab5f4ac72ef494a5c Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Thu, 25 May 2023 18:46:36 +0100 Subject: [PATCH] Update Dockerfile Fix bug in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e8aeb8..f21bca9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY entrypoint /entrypoint RUN adduser -D -u 54000 radio && \ apk update && \ apk add git gcc musl-dev && \ - pip install --upgrade pip + pip install --upgrade pip && \ cd /opt && \ git clone https://github.com/ShaYmez/hblink3 && \ cd /opt/hblink3 && \