Merge branch 'ent-5236-docker-centos-7' into 'develop'

minor fix php74 => php72

See merge request artica/pandorafms!3214
This commit is contained in:
Alejandro Fraguas 2020-05-18 13:48:57 +02:00
commit 89494635de
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ RUN { \
# Pandora FMS dependencies.
RUN yum install -y epel-release vim wget bzip2 curl && \
yum install yum-utils && \
yum install -y yum-utils && \
yum install -y https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm && \
yum-config-manager --disable mysql80-community && \
yum-config-manager --enable mysql57-community && \
yum install -y https://rpms.remirepo.net/enterprise/remi-release-7.rpm && \
yum-config-manager --enable remi-php74 && \
yum-config-manager --enable remi-php72 && \
yum install -y gtk3 python-pip \
python-pip \
firefox \