Skip to content

Commit 28e6e8d

Browse files
committed
fixed issue with installing remi repo and added the php xml and process extensions
1 parent 51051dd commit 28e6e8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build-php-remi.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ yum install -y wget
88
yum install -y yum-utils
99
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
1010
wget https://rpms.remirepo.net/enterprise/remi-release-6.rpm
11-
rpm -Uvh remi-release-6.rpm
1211
rpm -Uvh epel-release-latest-6.noarch.rpm
13-
12+
rpm -Uvh remi-release-6.rpm
1413

1514
yum-config-manager --enable remi-php7${PHP_MINOR_VERSION}
1615

1716
yum install -y httpd
1817
yum install -y postgresql-devel
1918
yum install -y libargon2-devel
2019

21-
yum install -y --disablerepo="*" --enablerepo="remi,remi-php7${PHP_MINOR_VERSION}" php php-mbstring php-pdo php-mysql php-pgsql
20+
yum install -y --disablerepo="*" --enablerepo="remi,remi-php7${PHP_MINOR_VERSION}" php php-mbstring php-pdo php-mysql php-pgsql php-xml php-process
2221

2322

2423
mkdir /tmp/layer

0 commit comments

Comments
 (0)