瀏覽代碼

api dockerfile replaced mysql-client by mariadb-client

bach 3 年之前
父節點
當前提交
7ff1e6d770
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 && \