add python3-watchdog dependency to 11.0
This commit is contained in:
parent
16d5988408
commit
6d86f72fbe
@ -16,6 +16,7 @@ RUN set -x; \
|
|||||||
python3-renderpm \
|
python3-renderpm \
|
||||||
libssl1.0-dev \
|
libssl1.0-dev \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
python3-watchdog \
|
||||||
&& 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 \
|
&& 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 \
|
||||||
&& echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
|
&& echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
|
||||||
&& tar xvf wkhtmltox.tar.xz \
|
&& tar xvf wkhtmltox.tar.xz \
|
||||||
|
Loading…
Reference in New Issue
Block a user