Skip to content
Snippets Groups Projects
Commit 402ec851 authored by Igor Witz's avatar Igor Witz
Browse files

Update pica-dokuwiki/Dockerfile

parent 5e3b7f01
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31211 failed
......@@ -13,7 +13,8 @@ RUN apt-get update -y && \
php7.0-fpm \
php7.0-gd \
php7.0-xml \
libidn2-0 && \
libidn2-0 && \
apt-get remove -y libidn11 && \
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment