File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN set -x; \
16
16
python-support \
17
17
python-vobject \
18
18
python-watchdog \
19
- && curl -o wkhtmltox.deb -SL http ://nightly.odoo. com/extra/wkhtmltox- 0.12.1.2_linux-jessie-amd64 .deb \
20
- && echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
19
+ && curl -o wkhtmltox.deb -SL https ://github. com/wkhtmltopdf/wkhtmltopdf/releases/download/ 0.12.5/wkhtmltox_0.12.5-1.jessie_amd64 .deb \
20
+ && echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - \
21
21
&& dpkg --force-depends -i wkhtmltox.deb \
22
22
&& apt-get -y install -f --no-install-recommends \
23
23
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ RUN set -x; \
20
20
python3-vobject \
21
21
python3-watchdog \
22
22
xz-utils \
23
- && 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 \
24
- && echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
25
- && tar xvf wkhtmltox.tar.xz \
26
- && cp wkhtmltox/lib/* /usr/local/lib/ \
27
- && cp wkhtmltox/bin/* /usr/local/bin/ \
28
- && cp -r wkhtmltox/share/man/man1 /usr/local/share/man/
23
+ && curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \
24
+ && echo '7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb' | sha1sum -c - \
25
+ && dpkg --force-depends -i wkhtmltox.deb\
26
+ && apt-get -y install -f --no-install-recommends \
27
+ && rm -rf /var/lib/apt/lists/* wkhtmltox.deb
29
28
30
29
# Install Odoo
31
30
ENV ODOO_VERSION 11.0
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ RUN set -x; \
20
20
python3-vobject \
21
21
python3-watchdog \
22
22
xz-utils \
23
- && 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 \
24
- && echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
25
- && tar xvf wkhtmltox.tar.xz \
26
- && cp wkhtmltox/lib/* /usr/local/lib/ \
27
- && cp wkhtmltox/bin/* /usr/local/bin/ \
28
- && cp -r wkhtmltox/share/man/man1 /usr/local/share/man/
23
+ && curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \
24
+ && echo '7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb' | sha1sum -c - \
25
+ && dpkg --force-depends -i wkhtmltox.deb\
26
+ && apt-get -y install -f --no-install-recommends \
27
+ && rm -rf /var/lib/apt/lists/* wkhtmltox.deb
29
28
30
29
# Install Odoo
31
30
ENV ODOO_VERSION 12.0
You can’t perform that action at this time.
0 commit comments