Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
php${PHP_VERSION}-zip \
php${PHP_VERSION}-intl \
php${PHP_VERSION}-imagick \
php${PHP_VERSION}-pcov \
imagemagick && apt-get clean

USER www-data
Expand Down
1 change: 1 addition & 0 deletions centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN yum install -y --enablerepo=remi-php${PHP_VERSION} \
php-soap \
php-zip \
php-intl \
php-pcov \
ImageMagick \
php-pecl-imagick && yum clean all

Expand Down
1 change: 1 addition & 0 deletions centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN yum install -y \
php-soap \
php-zip \
php-intl \
php-pcov \
ImageMagick \
php-pecl-imagick && yum clean all

Expand Down