Skip to content

Commit 8cff224

Browse files
author
Manjula Ellawala
committed
added couchbase php extension
1 parent c736e6f commit 8cff224

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys BF357DD4 \
1313
&& rm /usr/local/bin/gosu.asc \
1414
&& chmod 4755 /usr/local/bin/gosu
1515

16-
RUN yum install epel-release http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y && yum clean all
16+
RUN yum install epel-release http://rpms.remirepo.net/enterprise/remi-release-7.rpm \
17+
http://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-2-x86_64.rpm -y && yum clean all
1718

1819
RUN sed -i "0,/enabled=0/{s/enabled=0/enabled=1/}" /etc/yum.repos.d/remi.repo \
1920
&& sed -i "0,/enabled=0/{s/enabled=0/enabled=1/}" /etc/yum.repos.d/remi-php70.repo
2021

2122
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 \
22-
php-pear php-pecl-mongodb php-phpunit-PHPUnit composer vim wget git bash-completion && yum clean all
23+
php-pear php-pecl-mongodb php-pecl-couchbase2 php-phpunit-PHPUnit composer vim wget git bash-completion && yum clean all
2324

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

0 commit comments

Comments
 (0)