Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
7d6323a9
Commit
7d6323a9
authored
Nov 29, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update phantomjs to 2.0.0
* Version 1.9 was removed from upstream Debian repos
parent
15291c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/prepare_build.sh
scripts/prepare_build.sh
+2
-2
No files found.
scripts/prepare_build.sh
View file @
7d6323a9
#!/bin/bash
if
[
-f
/.dockerinit
]
;
then
wget
-q
http://ftp.de.debian.org/debian/pool/main/p/phantomjs/phantomjs_
1.9.0-1+b
1_amd64.deb
dpkg
-i
phantomjs_
1.9.0-1+b
1_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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment