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

dev #53508 try to add mysql client

parent 377064f7
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 #210 failed with stage
in 2 minutes and 35 seconds
......@@ -9,9 +9,9 @@ set -xe
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
chmod +x /usr/local/bin/phpunit
# required php extensions dependencies
# required dependencies
apt-get update -yqq
apt-get install libmcrypt-dev -yqq
apt-get install libmcrypt-dev mysql-client -yqq
# required php extensions not included in base php image
docker-php-ext-install mysqli
......
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