diff --git a/backend/Dockerfile b/backend/Dockerfile index ddf2076..904ab50 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -10,12 +10,9 @@ RUN apt update && \ software-properties-common g++ \ zlib1g-dev libgeos-dev libproj-dev \ sqlite3 spatialite-bin libsqlite3-mod-spatialite \ - wget && \ + wkhtmltopdf && \ apt clean -RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb -RUN apt install -y ./wkhtmltox_0.12.6-1.buster_amd64.deb - COPY ./requirements.txt /app/requirements.txt RUN pip install -U --no-cache-dir -r requirements.txt