From e802fb49e571f80dd1b32617379c471cd7ae9a94 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 26 Aug 2015 20:29:05 +0800 Subject: [PATCH] update --- dokuwiki/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dokuwiki/Dockerfile b/dokuwiki/Dockerfile index a26fb2b..ad23c1f 100644 --- a/dokuwiki/Dockerfile +++ b/dokuwiki/Dockerfile @@ -8,8 +8,11 @@ MAINTAINER kev WORKDIR /var/www/html RUN apk add -U nginx \ + php-curl \ php-fpm \ + php-openssl \ php-xml \ + php-zip \ tar \ && wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \ && chown -R nobody:nobody . \