Skip to content

Commit 16a0a78

Browse files
authored
Added ssl and zlib support istepanov#16 rzuidhof
1 parent 6a696ed commit 16a0a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DOKUWIKI_VERSION 2017-02-19b
55
ENV MD5_CHECKSUM 9b9ad79421a1bdad9c133e859140f3f2
66

77
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
8+
php7 php7-fpm php7-gd php7-openssl php7-zlib php7-session php7-xml libwebp nginx supervisor curl tar
99

1010
RUN mkdir -p /run/nginx && \
1111
mkdir -p /var/www /var/dokuwiki-storage/data && \

0 commit comments

Comments
 (0)