Update Dockerfile-slim

This commit is contained in:
H Lohaus 2024-11-24 19:27:24 +01:00 committed by GitHub
parent 7d9a64013b
commit aaedd5b3ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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