From 374908f601873f32c7830dcce41c0476a881e673 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 31 Aug 2022 14:32:17 +0100 Subject: [PATCH] fily --- docker-configs/Dockerfile-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-configs/Dockerfile-proxy b/docker-configs/Dockerfile-proxy index ffe758c..3bbc63c 100644 --- a/docker-configs/Dockerfile-proxy +++ b/docker-configs/Dockerfile-proxy @@ -26,7 +26,7 @@ RUN adduser -D -u 54000 radio && \ git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \ cd /opt/freedmr && \ git checkout debug && \ - pip install fil-profile && \ + pip install filprofiler && \ pip install --no-cache-dir -r requirements.txt && \ apk del git gcc musl-dev && \ chown -R radio: /opt/freedmr