Skip to content

Commit 596b4b5

Browse files
authored
Update Dockerfile-2.0
1 parent d5cf024 commit 596b4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-2.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM istepanov/dokuwiki
22
WORKDIR /var/dokuwiki-storage/
33

44
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/*
5+
php7-json php7-curl php7-bcmath php7-mcrypt php7-zip && rm -rf /var/cache/apk/*
66

77
RUN rm -rf /var/www/lib/plugins/ && \
88
ln -s /var/dokuwiki-storage/lib/plugins /var/www/lib/plugins && \

0 commit comments

Comments
 (0)