We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf024 commit 596b4b5Copy full SHA for 596b4b5
Dockerfile-2.0
@@ -2,7 +2,7 @@ FROM istepanov/dokuwiki
2
WORKDIR /var/dokuwiki-storage/
3
4
RUN apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ add \
5
- php7-json php7-curl php7-bcmath php7-mcrypt php7-openssl php7-zip && rm -rf /var/cache/apk/*
+ php7-json php7-curl php7-bcmath php7-mcrypt php7-zip && rm -rf /var/cache/apk/*
6
7
RUN rm -rf /var/www/lib/plugins/ && \
8
ln -s /var/dokuwiki-storage/lib/plugins /var/www/lib/plugins && \
0 commit comments