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

Update pica-dokuwiki/Dockerfile

parent dd83d1b7
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
Pipeline #31139 failed
......@@ -4,13 +4,13 @@ LABEL maintainer="antoine@barbare.me"
WORKDIR /var/www
RUN apt-get update -y && \
apt-get install -y && \
curl && \
tar && \
php7.0 && \
php7.0-fpm && \
php7.0-gd && \
php7.0-xml; && \
mkdir -p html; && \
curl \
tar \
php7.0 \
php7.0-fpm \
php7.0-gd \
php7.0-xml; \
mkdir -p html; \
chown -R nginx:nginx /var/www/html
......
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