Skip to content
Snippets Groups Projects
Commit 7fe3b182 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 try to add locale

parent 2f456797
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1997Dev#53508 ci with docker,!1917[WIP] Hotline#50082 mixed records links in loans list
Pipeline #260 failed with stage
in 11 minutes and 12 seconds
......@@ -22,13 +22,6 @@ apt-get install libfreetype6-dev \
mysql-client \
git -yqq
# required php extensions not included in base php image
pecl install imagick-3.4.3RC1 \
&& docker-php-ext-enable imagick \
&& docker-php-ext-install mysqli mcrypt gettext calendar zip soap \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install gd
mkdir /tmp/phantomjs \
&& curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 \
| tar -xj --strip-components=1 -C /tmp/phantomjs \
......@@ -36,6 +29,15 @@ mkdir /tmp/phantomjs \
&& chmod +x /usr/local/bin/phantomjs \
&& rm -rf /tmp/phantomjs
locale-gen fr_FR.UTF-8
# required php extensions not included in base php image
pecl install imagick-3.4.3RC1 \
&& docker-php-ext-enable imagick \
&& docker-php-ext-install mysqli mcrypt gettext calendar zip soap \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install gd
# data preparation
curl --location --output default-ci-dump.sql.gz http://sandbox.afi-sa.net/databases/default-ci-dump.sql.gz
mysql -h mysql -uroot -proot -e "drop schema if exists $1; create schema $1"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment