Skip to content
Snippets Groups Projects
Commit 20ab1c4a authored by remi-filament's avatar remi-filament
Browse files

Fix wkhtml installation

parent a2543e7c
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ RUN set -x; \ ...@@ -40,7 +40,7 @@ RUN set -x; \
curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.jessie_amd64.deb &&\ curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.jessie_amd64.deb &&\
echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - &&\ echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - &&\
apt-get update &&\ apt-get update &&\
apt-get install -y --no-install-recommends ./wkhtmltox.deb &&\ dpkg --install wkhtmltox.deb &&\
apt-get install -y --no-install-recommends postgresql-client &&\ apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\ apt-get install -y --no-install-recommends ${APT_DEPS} &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\ curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment