From 6a7fd829e5ffa5daabe202dfb042c168128d4702 Mon Sep 17 00:00:00 2001 From: nom Date: Mon, 10 Mar 2025 21:48:14 +0100 Subject: [PATCH] maj Dockerfile pour install gd --- dockers/paheko/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockers/paheko/Dockerfile b/dockers/paheko/Dockerfile index 678c419..00b4edd 100644 --- a/dockers/paheko/Dockerfile +++ b/dockers/paheko/Dockerfile @@ -11,6 +11,8 @@ RUN mkdir ${PAHEKO_DIR}/users RUN docker-php-ext-install calendar RUN apt-get update +RUN apt-get install -y libpng-dev +RUN docker-php-ext-install gd #Plugin facturation (le seul qui ne fasse pas parti de la distribution de base RUN apt-get install unzip