We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6d01 commit cec9d15Copy full SHA for cec9d15
11.0/Dockerfile
@@ -16,6 +16,7 @@ RUN set -x; \
16
python3-renderpm \
17
libssl1.0-dev \
18
xz-utils \
19
+ python3-watchdog \
20
&& curl -o wkhtmltox.tar.xz -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz \
21
&& echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
22
&& tar xvf wkhtmltox.tar.xz \
0 commit comments