We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a696ed commit 16a0a78Copy full SHA for 16a0a78
Dockerfile
@@ -5,7 +5,7 @@ ENV DOKUWIKI_VERSION 2017-02-19b
5
ENV MD5_CHECKSUM 9b9ad79421a1bdad9c133e859140f3f2
6
7
RUN apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ add \
8
- php7 php7-fpm php7-gd php7-session php7-xml libwebp nginx supervisor curl tar
+ php7 php7-fpm php7-gd php7-openssl php7-zlib php7-session php7-xml libwebp nginx supervisor curl tar
9
10
RUN mkdir -p /run/nginx && \
11
mkdir -p /var/www /var/dokuwiki-storage/data && \
0 commit comments