From aaedd5b3ffb850b7cdd9e702f315ac99f489dd73 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sun, 24 Nov 2024 19:27:24 +0100 Subject: Update Dockerfile-slim --- docker/Dockerfile-slim | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile-slim b/docker/Dockerfile-slim index d1199a2c..9e111cc8 100644 --- a/docker/Dockerfile-slim +++ b/docker/Dockerfile-slim @@ -37,6 +37,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y # Upgrade pip for the latest features and install the project's Python dependencies. RUN pip install --no-cache-dir \ + --no-binary :all: \ Cython==0.29.22 \ setuptools \ # Install PyDantic -- cgit v1.2.3