From db55c733191a98499c93b1cd9140951a4dbfcb26 Mon Sep 17 00:00:00 2001 From: David CHOLLEZ Date: Sat, 18 Jul 2020 22:27:21 +0200 Subject: [PATCH] replace mysql-client by default-mysql-client --- docker/stretch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/stretch/Dockerfile b/docker/stretch/Dockerfile index 2c98e64..1ec547b 100644 --- a/docker/stretch/Dockerfile +++ b/docker/stretch/Dockerfile @@ -2,7 +2,7 @@ FROM php:apache MAINTAINER kyane@kyane.fr -RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq zip unzip git zlib1g-dev libicu-dev g++ mysql-client +RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq zip unzip git zlib1g-dev libicu-dev g++ default-mysql-client RUN docker-php-ext-install intl && docker-php-ext-install pdo_mysql RUN a2enmod rewrite