diff --git a/dokuwiki/Dockerfile b/dokuwiki/Dockerfile index 775ec32..67aa6d8 100644 --- a/dokuwiki/Dockerfile +++ b/dokuwiki/Dockerfile @@ -13,6 +13,7 @@ RUN set -xe \ nginx \ openssl \ php5-fpm \ + php5-json \ php5-openssl \ php5-pdo_sqlite \ php5-sqlite3 \