|
@@ -872,9 +872,14 @@ RUN if [ ${INSTALL_WKHTMLTOPDF} = true ]; then \
|
|
|
libx11-dev \
|
|
|
libjpeg62 \
|
|
|
libxtst6 \
|
|
|
+ fontconfig \
|
|
|
+ libjpeg62-turbo \
|
|
|
+ xfonts-base \
|
|
|
+ xfonts-75dpi \
|
|
|
wget \
|
|
|
- && wget https://github.com/h4cc/wkhtmltopdf-amd64/blob/master/bin/wkhtmltopdf-amd64?raw=true -O /usr/local/bin/wkhtmltopdf \
|
|
|
- && chmod +x /usr/local/bin/wkhtmltopdf \
|
|
|
+ && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.stretch_amd64.deb \
|
|
|
+ && dpkg -i wkhtmltox_0.12.6-1.stretch_amd64.deb \
|
|
|
+ && apt -f install \
|
|
|
;fi
|
|
|
|
|
|
###########################################################################
|