Skip to content

Commit

Permalink
Fix odoo build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Oct 16, 2023
1 parent d11d49d commit a4493c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Odoo16Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ RUN apt-get update && \
python3-xlrd \
python3-xlwt \
xz-utils \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb \
&& echo 'ea8277df4297afc507c61122f3c349af142f31e5 wkhtmltox.deb' | sha1sum -c - \
# Fix for arm build issue
#&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb \
#&& echo 'ea8277df4297afc507c61122f3c349af142f31e5 wkhtmltox.deb' | sha1sum -c - \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_arm64.deb \

&& apt-get install -y --no-install-recommends ./wkhtmltox.deb \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb

Expand Down

0 comments on commit a4493c5

Please sign in to comment.