diff --git a/Dockerfile b/Dockerfile index 6baa889..72200b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN \ nginx-mod-rtmp \ nginx-mod-stream \ nginx-vim \ + php7-bz2 \ php7-ctype \ php7-curl \ php7-dom \ diff --git a/README.md b/README.md index b713153..c21f4f3 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Add your web files to /config/www for hosting. ## Versions ++ **05.06.17:** Add php7-bz2 + **25.05.17:** Rebase to alpine 3.6. + **18.04.17:** Add php7-sockets + **27.02.17:** Rebase to alpine 3.5, update to nginx 1.10.2 and php7