Merge pull request #2689 from dwijonarko/master
update wkhtmltopdf version
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
 
 | 
			
		||||
@@ -1318,9 +1318,14 @@ RUN if [ ${INSTALL_WKHTMLTOPDF} = true ]; then \
 | 
			
		||||
   libx11-dev \
 | 
			
		||||
   libjpeg62 \
 | 
			
		||||
   libxtst6 \
 | 
			
		||||
   fontconfig \ 
 | 
			
		||||
   libjpeg-turbo8-dev \
 | 
			
		||||
   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.bionic_amd64.deb \
 | 
			
		||||
   && dpkg -i wkhtmltox_0.12.6-1.bionic_amd64.deb \
 | 
			
		||||
   && apt -f install \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user