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

Update pica-dokuwiki/Dockerfile

parent 9d707d99
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31159 passed with warnings
......@@ -22,7 +22,7 @@ RUN apt-get update -y && \
tar -xzf dokuwiki-stable.tgz -C html --strip-components 1 && \
rm -f dokuwiki-stable.tgz && \
chown -R nginx:nginx html && \
apt-get remove curl -y
apt-get remove curl -y && \
apt-get -y autoclean && \
apt-get -y clean && \
apt-get -y autoremove
......
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