Try without xorg
This commit is contained in:
parent
8daa137fb5
commit
b44eb8793b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
apt-get install -y openssl build-essential xorg libssl-dev
|
||||
apt-get install -y openssl build-essential libssl-dev
|
||||
wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||
tar -xJf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||
cd wkhtmltox
|
||||
|
|
Reference in a new issue