From 7f5e20bd1c08e304e72bd244f7a6adf2dd133ef8 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 24 Nov 2024 15:23:03 +0100 Subject: Fix build arm v7 --- docker/Dockerfile-slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile-slim b/docker/Dockerfile-slim index 6c0afc64..6bc15cff 100644 --- a/docker/Dockerfile-slim +++ b/docker/Dockerfile-slim @@ -47,7 +47,7 @@ RUN python -m pip install --upgrade pip \ --global-option=build_ext \ --global-option=-j8 \ pydantic==${PYDANTIC_VERSION} \ - && pip install --no-cache-dir -r requirements-slim.txt \ + && cat requirements.txt | xargs -n 1 pip install --no-cache-dir \ # Remove build packages && pip uninstall --yes \ Cython \ -- cgit v1.2.3