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

Update pica-dokuwiki/Dockerfile

parent d9e56fef
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31145 failed
......@@ -10,6 +10,7 @@ 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 && \
......@@ -19,8 +20,9 @@ RUN apt-get update -y && \
sed -i -e "s|;listen\.mode\s*=\s*|listen.mode = |g" /etc/php/7.0/fpm/pool.d/www.conf && \
curl -O -L "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" && \
tar -xzf dokuwiki-stable.tgz -C html --strip-components 1 && \
rm -Rf dokuwiki* && \
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 && \
......
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