Bugfix/docker wkhtml version (#94)

This commit is contained in:
Erik Waibel 2021-02-22 15:35:17 -07:00 committed by GitHub
parent 93fb19daa0
commit e5f1703068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 483 additions and 268 deletions

View File

@ -20,8 +20,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
RUN cd /root \
&& wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb --no-verbose \
&& dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb
&& wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.stretch_amd64.deb --no-verbose \
&& dpkg -i wkhtmltox_0.12.6-1.stretch_amd64.deb
# Enables continously calling a command and piping the output to STDOUT, viewable via docker logs
RUN printf '#!/bin/bash\nwhile sleep 1; do\n "$@"\ndone' >> /usr/bin/watch-docker \

747
composer.lock generated

File diff suppressed because it is too large Load Diff