File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN yum install epel-release http://rpms.remirepo.net/enterprise/remi-release-7.
1919RUN sed -i "0,/enabled=0/{s/enabled=0/enabled=1/}" /etc/yum.repos.d/remi.repo \
2020 && sed -i "0,/enabled=0/{s/enabled=0/enabled=1/}" /etc/yum.repos.d/remi-php72.repo
2121
22- RUN yum install -y httpd mod_ssl php php-gd php-bcmath php-intl php-mcrypt php-mbstring php-process php-pdo php-mysqlnd php-xml php-pecl-zendopcache \
23- php-pear php-pecl-mongodb php-pecl-couchbase2 php-phpunit-PHPUnit composer vim wget git bash-completion && yum clean all
22+ RUN yum install -y httpd mod_ssl php php-devel php- gd php-bcmath php-intl php-mcrypt php-mbstring php-process php-pdo php-mysqlnd php-xml php-pecl-zendopcache \
23+ php-pear php-pecl-mongodb php-pecl-couchbase2 php-phpunit-PHPUnit composer vim wget git bash-completion zeromq zeromq-devel php-pecl-zmq && yum clean all
2424
2525RUN echo "IncludeOptional vhost.d/*.conf" >> /etc/httpd/conf/httpd.conf \
2626 && sed -i "s|User apache|User user|" /etc/httpd/conf/httpd.conf \
You can’t perform that action at this time.
0 commit comments