We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c9a1d commit 6a696edCopy full SHA for 6a696ed
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM alpine:3.4
+FROM alpine:3.5
2
MAINTAINER Ilya Stepanov <[email protected]>
3
4
-ENV DOKUWIKI_VERSION 2016-06-26a
+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 nginx supervisor curl tar
+ php7 php7-fpm php7-gd 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