upgrade pip

This commit is contained in:
Florian du Garage Num 2024-01-04 20:57:25 +01:00
parent bb6fa3d4ee
commit 6f05dd748b

View File

@ -8,6 +8,7 @@ RUN apt-get update && \
apt-get install -y git && \
git config --global --add safe.directory /app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN mkdocs build