Skip to content

Commit cec9d15

Browse files
raketed-fence
authored andcommitted
[IMP] Odoo 11.0: add python3-watchdog dependency
Closes: #142 Fixes: #194
1 parent b3d6d01 commit cec9d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

11.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN set -x; \
1616
python3-renderpm \
1717
libssl1.0-dev \
1818
xz-utils \
19+
python3-watchdog \
1920
&& 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 \
2021
&& echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
2122
&& tar xvf wkhtmltox.tar.xz \

0 commit comments

Comments
 (0)