提交 16c71a3b 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'docker-ci' into 'master'

Added missing packages required by docker builds

This fixes backup failed tests, missing commands: `pg_dump` and `mysqldump`.

See merge request !889
......@@ -4,7 +4,7 @@ if [ -f /.dockerinit ]; then
dpkg -i phantomjs_1.9.0-1+b1_amd64.deb
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
sed -i 's/username:.*/username: root/g' config/database.yml
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册