Skip to content

Commit 6a696ed

Browse files
authored
Updated DokuWiki and alpine versions. PR#23 lastko
1 parent 38c9a1d commit 6a696ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.5
22
MAINTAINER Ilya Stepanov <[email protected]>
33

4-
ENV DOKUWIKI_VERSION 2016-06-26a
4+
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 nginx supervisor curl tar
8+
php7 php7-fpm php7-gd 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)