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