Skip to content
Snippets Groups Projects
Commit 213d5fb7 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Added missing packages required by docker builds

parent 62886771
No related branches found
No related tags found
1 merge request!889Added missing packages required by docker builds
Loading
@@ -4,7 +4,7 @@ if [ -f /.dockerinit ]; then
Loading
@@ -4,7 +4,7 @@ if [ -f /.dockerinit ]; then
dpkg -i phantomjs_1.9.0-1+b1_amd64.deb dpkg -i phantomjs_1.9.0-1+b1_amd64.deb
   
apt-get update -qq apt-get update -qq
apt-get install -y -qq libicu-dev libkrb5-dev cmake nodejs apt-get install -y -qq 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
sed -i 's/username:.*/username: root/g' config/database.yml sed -i 's/username:.*/username: root/g' 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