api dockerfile replaced mysql-client by mariadb-client

This commit is contained in:
2021-02-12 11:18:16 +01:00
parent 8bb431f47b
commit 7ff1e6d770
+1 -1
View File
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng-dev \
mysql-client \
mariadb-client \
zip \
libzip-dev && \
# docker-php-ext-install -j$(nproc) iconv && \