Update wkhtmltopdf version in Dockerfile

This commit is contained in:
Dana Lambert 2021-11-18 14:11:43 +13:00
parent 04b391ceb7
commit 987852affc

View file

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