Test using a 1.9.8 phantomjs version built with fpm
https://gitlab.com/axil/phantomjs-debian
This commit is contained in:
parent
7d6323a9d4
commit
bb6ce2bb10
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -f /.dockerinit ]; then
|
if [ -f /.dockerinit ]; then
|
||||||
wget -q http://ftp.de.debian.org/debian/pool/main/p/phantomjs/phantomjs_2.0.0+dfsg-1_amd64.deb
|
wget -q https://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie_amd64.deb
|
||||||
dpkg -i phantomjs_2.0.0+dfsg-1_amd64.deb
|
dpkg -i phantomjs_1.9.8-0jessie_amd64.deb
|
||||||
|
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y -qq libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client
|
apt-get install -y -qq libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client
|
||||||
|
|
Loading…
Reference in a new issue