Dockerfile: Added missing php7-fileinfo.
This commit is contained in:
parent
552f7270e5
commit
f412ec2011
@ -9,8 +9,8 @@ RUN set -xe && \
|
|||||||
apk update && apk upgrade && \
|
apk update && apk upgrade && \
|
||||||
apk add --no-cache --virtual=run-deps \
|
apk add --no-cache --virtual=run-deps \
|
||||||
nginx git ca-certificates curl \
|
nginx git ca-certificates curl \
|
||||||
php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7-json php7-mcrypt \
|
php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7-fileinfo php7-json \
|
||||||
php7-pgsql php7-pcntl php7-pdo php7-pdo_pgsql \
|
php7-mcrypt php7-pgsql php7-pcntl php7-pdo php7-pdo_pgsql \
|
||||||
php7-mysqli php7-pdo_mysql \
|
php7-mysqli php7-pdo_mysql \
|
||||||
php7-mbstring php7-posix php7-session
|
php7-mbstring php7-posix php7-session
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user