Browse Source

api dockerfile replaced mysql-client by mariadb-client

bach 3 years ago
parent
commit
7ff1e6d770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docker/api/Dockerfile

+ 1 - 1
Docker/api/Dockerfile

@@ -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 && \