From 699614d5cf82ad4d08dc3640493c11b3fb922598 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 31 Aug 2022 15:34:23 +0100 Subject: [PATCH] Upgrade PIP Please enter the commit message for your changes. Lines starting --- docker-configs/Dockerfile-proxy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-configs/Dockerfile-proxy b/docker-configs/Dockerfile-proxy index 590eeab..115ec6a 100644 --- a/docker-configs/Dockerfile-proxy +++ b/docker-configs/Dockerfile-proxy @@ -28,7 +28,8 @@ RUN adduser -D -u 54000 radio && \ git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \ cd /opt/freedmr && \ git checkout debug && \ - pip install filprofiler==2022.05.0 && \ + pip install --upgrade pip && \ + pip install filprofiler && \ pip install --no-cache-dir -r requirements.txt && \ apk del git gcc musl-dev && \ chown -R radio: /opt/freedmr