Skip to content

Commit

Permalink
fix: updat to wkhtmltox
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 21, 2024
1 parent 165c7a4 commit 214d442
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DOCKER image to run odoo 14 with Odoo Community Backports and OCA addons
# Bullseye:
FROM debian:11.6
MAINTAINER Rubén Cabrera Martínez <[email protected]>
EXPOSE 8069 8071 8072
Expand Down Expand Up @@ -63,8 +64,8 @@ RUN apt-get update && apt-get install \
xfonts-utils \
-y

RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
RUN dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb
RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb
RUN dpkg -i wkhtmltox_0.12.6.1-2.bullseye_amd64.deb

RUN pip3 install \
backports.functools_lru_cache \
Expand Down

0 comments on commit 214d442

Please sign in to comment.