From 5e3b7f014a2d4eb6ff912d71296ac6dc9d1f971b Mon Sep 17 00:00:00 2001 From: Igor WITZ <igor.witz@etu.utc.fr> Date: Wed, 28 Nov 2018 19:49:29 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20de=20libidn2=20pour=20=C3=A9viter=20le?= =?UTF-8?q?=20CVE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pica-dokuwiki/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pica-dokuwiki/Dockerfile b/pica-dokuwiki/Dockerfile index a84f6910..2370341e 100644 --- a/pica-dokuwiki/Dockerfile +++ b/pica-dokuwiki/Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update -y && \ php7.0 \ php7.0-fpm \ php7.0-gd \ - php7.0-xml && \ + php7.0-xml \ + libidn2-0 && \ mkdir -p html /var/run/php && \ echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.0/fpm/php.ini && \ sed -i -e "s|;daemonize\s*=\s*yes|daemonize = no|g" /etc/php/7.0/fpm/php-fpm.conf && \ -- GitLab