Skip to content

Commit 37c690c

Browse files
author
Chaminda Mahendra
committed
Inregrated imagick PHP extension into the image.
1 parent 6ea22c3 commit 37c690c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN 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

2222
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 unzip && yum clean all
23+
php-pear php-pecl-mongodb php-pecl-couchbase2 php-phpunit-PHPUnit composer vim wget git bash-completion zeromq zeromq-devel php-pecl-zmq php-pecl-imagick unzip && yum clean all
2424

2525
RUN echo "IncludeOptional vhost.d/*.conf" >> /etc/httpd/conf/httpd.conf \
2626
&& sed -i "s|User apache|User user|" /etc/httpd/conf/httpd.conf \

0 commit comments

Comments
 (0)