diff options
| author | 2018-03-05 20:33:13 +0100 | |
|---|---|---|
| committer | 2018-03-05 20:33:13 +0100 | |
| commit | 56474420537efb5ae5f8f07ea135a410fb3faeda (patch) | |
| tree | 7dbe2a673e9cada5f09189ea52394d2ddb1aeb9f /Docker/Dockerfile | |
| parent | 10d97a743fccf7afa7942e6ca34dc95be9d6f8ca (diff) | |
Docker missing PHP extensions
php7-iconv php7-xmlreader php7-zlib
https://github.com/FreshRSS/FreshRSS/issues/1821
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 7595923d4..9b7336e3b 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.7 RUN apk add --no-cache \ apache2 php7-apache2 \ php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \ - php7-ctype php7-dom php7-fileinfo php7-json php7-session php7-simplexml \ + php7-ctype php7-dom php7-fileinfo php7-iconv php7-json php7-session php7-simplexml php7-xmlreader php7-zlib \ php7-pdo_sqlite \ php7-pdo_mysql \ php7-pdo_pgsql |
