Skip to content
Snippets Groups Projects
Commit 3ef59c8d authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'forcefully-install-apt-packages' into 'master'

Forcefully install apt packages



See merge request !2577
parents dc78ee4e 2c28c11d
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
@@ -9,7 +9,7 @@ if [ -f /.dockerinit ]; then
Loading
@@ -9,7 +9,7 @@ if [ -f /.dockerinit ]; then
dpkg -i /cache/phantomjs_1.9.8-0jessie_amd64.deb dpkg -i /cache/phantomjs_1.9.8-0jessie_amd64.deb
   
apt-get update -qq apt-get update -qq
apt-get -o dir::cache::archives="/cache/apt" install -y -qq \ apt-get -o dir::cache::archives="/cache/apt" install -y -qq --force-yes \
libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client
   
cp config/database.yml.mysql config/database.yml cp config/database.yml.mysql config/database.yml
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment