aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-12-28 17:56:10 +0100
committerHarald Eilertsen <haraldei@anduin.net>2023-12-28 17:56:10 +0100
commitb9aca0f83bd24ebd408731645bb8d44983a45094 (patch)
treefd45b906ccfebcc29e9b596736f0b24c3fbbd0b6
parent3f09af98cf425d955af58817949b566aefbd4526 (diff)
downloadvolse-hubzilla-b9aca0f83bd24ebd408731645bb8d44983a45094.tar.gz
volse-hubzilla-b9aca0f83bd24ebd408731645bb8d44983a45094.tar.bz2
volse-hubzilla-b9aca0f83bd24ebd408731645bb8d44983a45094.zip
ci: Add mysql client to the container image.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2039071c3..46df01613 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ before_script:
# Install & enable Xdebug for code coverage reports
- pecl install xdebug
- apt-get update
-- apt-get install zip unzip libjpeg-dev libpng-dev -yqq
+- apt-get install zip unzip libjpeg-dev libpng-dev mysql-client -yqq
- docker-php-ext-enable xdebug
- docker-php-ext-install gd