From de9de19a4468f0df90ea5e145ab98850da1fcbe9 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 19 Oct 2023 11:29:38 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/Doc?= =?UTF-8?q?kerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 53dfbb39..750c9ee9 100644 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \ unzip # Installation de Composer +# TODO : should use a image with composer install RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN docker-php-ext-install pdo pdo_mysql