Install unzip in build environment [ci skip]
This commit is contained in:
parent
0f2a906211
commit
25bde645d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ -f /.dockerinit ]; then
|
||||||
|
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get -o dir::cache::archives="/cache/apt" install -y -qq --force-yes \
|
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 unzip
|
||||||
|
|
||||||
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…
Reference in a new issue