File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,16 @@ yum install -y wget
8
8
yum install -y yum-utils
9
9
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
10
10
wget https://rpms.remirepo.net/enterprise/remi-release-6.rpm
11
- rpm -Uvh remi-release-6.rpm
12
11
rpm -Uvh epel-release-latest-6.noarch.rpm
13
-
12
+ rpm -Uvh remi-release-6.rpm
14
13
15
14
yum-config-manager --enable remi-php7${PHP_MINOR_VERSION}
16
15
17
16
yum install -y httpd
18
17
yum install -y postgresql-devel
19
18
yum install -y libargon2-devel
20
19
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
22
21
23
22
24
23
mkdir /tmp/layer
You can’t perform that action at this time.
0 commit comments