From 6e2c278d5d9818f22724ea90c4a4286cad63e92f Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 26 Aug 2015 22:25:52 +0800 Subject: [PATCH] fix --- dokuwiki/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dokuwiki/Dockerfile b/dokuwiki/Dockerfile index cbf9660..6239e83 100644 --- a/dokuwiki/Dockerfile +++ b/dokuwiki/Dockerfile @@ -7,8 +7,8 @@ MAINTAINER kev WORKDIR /var/www/html -RUN apk add -U nginx \ - openssl \ +RUN apk add -U ca-certificates \ + nginx \ php-fpm \ php-openssl \ php-xml \