summaryrefslogtreecommitdiff
path: root/scripts/prepare_build.sh
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-29 11:51:02 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-11-29 11:51:02 +0200
commit7d6323a9d4ada6be6c00f7d160b366219952f77f (patch)
tree84edc3c27f06027cad400943080aaab2752d7524 /scripts/prepare_build.sh
parent15291c89745403c81aaf4225bc825c131e69a8ab (diff)
downloadgitlab-ce-7d6323a9d4ada6be6c00f7d160b366219952f77f.tar.gz
Update phantomjs to 2.0.0
* Version 1.9 was removed from upstream Debian repos
Diffstat (limited to 'scripts/prepare_build.sh')
-rwxr-xr-xscripts/prepare_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index dca5e1c5db3..5ff4d7fa76a 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -f /.dockerinit ]; then
- wget -q http://ftp.de.debian.org/debian/pool/main/p/phantomjs/phantomjs_1.9.0-1+b1_amd64.deb
- dpkg -i phantomjs_1.9.0-1+b1_amd64.deb
+ wget -q http://ftp.de.debian.org/debian/pool/main/p/phantomjs/phantomjs_2.0.0+dfsg-1_amd64.deb
+ dpkg -i phantomjs_2.0.0+dfsg-1_amd64.deb
apt-get update -qq
apt-get install -y -qq libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client