From c9dda0920f07753c285867bdc95e00aa9b786f85 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 1 Sep 2015 20:24:46 +0800 Subject: [PATCH] add gzip to dokuwiki --- dokuwiki/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dokuwiki/Dockerfile b/dokuwiki/Dockerfile index 6239e83..2e9e768 100644 --- a/dokuwiki/Dockerfile +++ b/dokuwiki/Dockerfile @@ -8,6 +8,7 @@ MAINTAINER kev WORKDIR /var/www/html RUN apk add -U ca-certificates \ + gzip \ nginx \ php-fpm \ php-openssl \