Skip to content

Commit

Permalink
PHP 7.3 packages are needed for php-launcher
Browse files Browse the repository at this point in the history
This is part of request #13614 Error in REST tests PHP 7.2
  • Loading branch information
yannis-rossetto committed Jul 9, 2019
1 parent d75a878 commit 47e3320
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Dockerfile
Expand Up @@ -24,7 +24,23 @@ RUN yum -y install epel-release centos-release-scl && \
php72-php-process \
php72-php-sodium \
php72-php-pecl-zip \
php72-php-pecl-redis \
php72-php-pecl-redis \
php73-php-gd \
php73-php-pecl \
php73-php-pear \
php73-php-soap \
php73-php-mysqlnd \
php73-php-xml \
php73-php-mbstring \
php73-php-opcache \
php73-php-fpm \
php73-php-cli \
php73-php-pdo \
php73-php-xml \
php73-php-mbstring \
php73-php-process \
php73-php-pecl-zip \
php73-php-pecl-redis \
java-1.8.0-openjdk \
rh-git29-git \
sclo-git212-git \
Expand Down

0 comments on commit 47e3320

Please sign in to comment.