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

Update pica-dokuwiki/Dockerfile

parent baa759c8
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31233 failed
...@@ -8,13 +8,14 @@ WORKDIR /var/www ...@@ -8,13 +8,14 @@ WORKDIR /var/www
RUN apt-get update -y && \ RUN apt-get update -y && \
apt-get install -y \ apt-get install -y \
curl \ curl \
libidn2-0 \ aptitude \
tar \ tar \
php7.0 \ php7.0 \
php7.0-fpm \ php7.0-fpm \
php7.0-gd \ php7.0-gd \
php7.0-xml && \ php7.0-xml && \
apt-get remove libidn11 -y && \ aptitude why libidn11 && \
false && \
mkdir -p html /var/run/php && \ mkdir -p html /var/run/php && \
echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.0/fpm/php.ini && \ 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 && \ 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