From 50d2a25de08557ce61ac870a5130f0eae6d41548 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:07:16 +0100 Subject: [PATCH] Update Dockerfile Purge cache --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f21bca9..67713a2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN adduser -D -u 54000 radio && \ apk update && \ apk add git gcc musl-dev && \ pip install --upgrade pip && \ + pip cache purge && \ cd /opt && \ git clone https://github.com/ShaYmez/hblink3 && \ cd /opt/hblink3 && \