Update wkhtmltopdf version in Dockerfile
This commit is contained in:
parent
04b391ceb7
commit
987852affc
1 changed files with 1 additions and 4 deletions
|
@ -10,12 +10,9 @@ RUN apt update && \
|
||||||
software-properties-common g++ \
|
software-properties-common g++ \
|
||||||
zlib1g-dev libgeos-dev libproj-dev \
|
zlib1g-dev libgeos-dev libproj-dev \
|
||||||
sqlite3 spatialite-bin libsqlite3-mod-spatialite \
|
sqlite3 spatialite-bin libsqlite3-mod-spatialite \
|
||||||
wget && \
|
wkhtmltopdf && \
|
||||||
apt clean
|
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
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
RUN pip install -U --no-cache-dir -r requirements.txt
|
RUN pip install -U --no-cache-dir -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue