diff options
| author | 2018-03-09 10:58:43 +0100 | |
|---|---|---|
| committer | 2018-03-09 10:58:43 +0100 | |
| commit | 029f4107123f6c318584bf9a43da7118c318657f (patch) | |
| tree | 5dfd5cae38d1da0bc747027b192fed650bda15fd /Docker/Dockerfile | |
| parent | f0fd273199682881b805e968ca36df4ccdbfa7a1 (diff) | |
| parent | 1e4cc18bef238fd19e0ce3f9524af2b00b570ade (diff) | |
Merge pull request #1827 from FreshRSS/dev1.10.2
FreshRSS 1.10.2 (only a Docker fix)
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 993dcea31..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-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 |
