From 6a02ffeea166ed04f9a086d1616f5f2dc698355c Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 18 Sep 2021 00:50:58 +0100 Subject: [PATCH] pypy --- 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 b24b029..f41fc27 100644 --- a/docker-configs/Dockerfile-proxy +++ b/docker-configs/Dockerfile-proxy @@ -9,7 +9,7 @@ RUN adduser -D -u 54000 radio && \ cd /opt && \ git clone https://github.com/hacknix/freedmr && \ cd /opt/freedmr && \ - pypy3 -m pip install --no-cache-dir -r requirements.txt && \ + pypy -m pip install --no-cache-dir -r requirements.txt && \ apk del git gcc musl-dev pypy-dev && \ chown -R radio: /opt/freedmr