Skip to content
Snippets Groups Projects
Verified Commit 0934a110 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Dokuwiki] Fix error introduced in 8984d38b

parent 256435a9
No related branches found
No related tags found
No related merge requests found
Pipeline #54473 failed
......@@ -22,7 +22,7 @@ RUN apt-get update -y && \
sed -i -e "s|;listen\.group\s*=\s*|listen.group = |g" /etc/php/7.3/fpm/pool.d/www.conf && \
sed -i -e "s|;listen\.mode\s*=\s*|listen.mode = |g" /etc/php/7.3/fpm/pool.d/www.conf && \
wget -O dokuwiki.tgz "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz" && \
tar -xzf dokuwiki.tgz -C update --strip-components 1 && \
tar -xzf dokuwiki.tgz -C html --strip-components 1 && \
rm -f dokuwiki.tgz && \
chown -R www-data . && \
chmod +x /run.sh && \
......
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