update dependencies

This commit is contained in:
jonaswinkler
2021-02-21 00:24:33 +01:00
parent dcbc2674e2
commit bcad9c2ce4
7 changed files with 31 additions and 45 deletions

View File

@@ -67,7 +67,6 @@ COPY requirements.txt ../
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
build-essential \
libpoppler-cpp-dev \
libpq-dev \
libqpdf-dev \
&& python3 -m pip install --upgrade --no-cache-dir supervisor \