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 \