Bugfix/docker wkhtml version (#94)
This commit is contained in:
parent
93fb19daa0
commit
e5f1703068
|
@ -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 \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue