Skip to content

Commit

Permalink
Docker missing PHP extensions
Browse files Browse the repository at this point in the history
php7-iconv php7-xmlreader php7-zlib
FreshRSS#1821
  • Loading branch information
Alkarex committed Mar 5, 2018
1 parent 10d97a7 commit 5647442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5647442

Please sign in to comment.