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

Install unzip in build environment [ci skip]

parent 0f2a9062
No related branches found
No related tags found
No related merge requests found
Loading
@@ -10,7 +10,7 @@ if [ -f /.dockerinit ]; then
Loading
@@ -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
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