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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
bb6ce2bb
Commit
bb6ce2bb
authored
Nov 29, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test using a 1.9.8 phantomjs version built with fpm
https://gitlab.com/axil/phantomjs-debian
parent
7d6323a9
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 @
bb6ce2bb
#!/bin/bash
if
[
-f
/.dockerinit
]
;
then
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
wget
-q
http
s://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie
_amd64.deb
dpkg
-i
phantomjs_
1.9.8-0jessie
_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