Merge pull request 'added exif to php package installation' (#33) from install_exif_php_package into master
Reviewed-on: #33
This commit is contained in:
commit
dbae94d0ea
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ RUN \
|
||||||
sysvsem \
|
sysvsem \
|
||||||
pcntl \
|
pcntl \
|
||||||
opcache \
|
opcache \
|
||||||
|
exif \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
pdo && \
|
pdo && \
|
||||||
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
|
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
|
||||||
|
|
Loading…
Reference in a new issue