Fix build-docker-image CI step

This commit is contained in:
Johann Bauer
2022-02-24 16:41:24 +01:00
parent a0f366b33e
commit df4ae9f0cd
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ RUN apt-get update \
build-essential \
libpq-dev \
libqpdf-dev \
&& python3 -m pip install --upgrade pip setuptools wheel \
&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
&& python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
&& apt-get -y purge build-essential libqpdf-dev \