From 1bfa65efc5acb71d96a2afda3463036920247a33 Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Tue, 27 Nov 2018 18:35:26 +0100 Subject: [PATCH] Update pica-dokuwiki/Dockerfile --- pica-dokuwiki/Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pica-dokuwiki/Dockerfile b/pica-dokuwiki/Dockerfile index f8a8dcba..fb54a3e6 100644 --- a/pica-dokuwiki/Dockerfile +++ b/pica-dokuwiki/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get update -y && \ php7.0-fpm \ php7.0-gd \ php7.0-xml && \ - echo "caca" && \ mkdir -p html && \ 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 && \ @@ -21,14 +20,7 @@ RUN apt-get update -y && \ curl -O -L "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" && \ tar -xzf dokuwiki-stable.tgz -C html --strip-components 1 && \ rm -f dokuwiki-stable.tgz && \ - chown -R nginx:nginx html && \ - echo "pipi" && \ - apt-get remove -y tar && \ - apt-get -y autoclean && \ - apt-get -y clean && \ - apt-get -y autoremove - - + chown -R nginx:nginx html USER nginx EXPOSE 80 -- GitLab