From c0a1d7f27133c3bea3df611277161fb7c5227d4d Mon Sep 17 00:00:00 2001 From: vmazyluk Date: Wed, 5 Jul 2017 16:38:23 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4da322c..5ed2cc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get upgrade -y # Download and install wkhtmltopdf RUN apt-get install -y build-essential xorg libssl-dev libxrender-dev wget gdebi -RUN wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb +RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb RUN gdebi --n wkhtmltox-0.12.2.1_linux-trusty-amd64.deb ENTRYPOINT ["wkhtmltopdf"]