File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1819RUN 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
2122RUN 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
2425RUN echo "IncludeOptional vhost.d/*.conf" >> /etc/httpd/conf/httpd.conf \
2526 && sed -i "s|User apache|User user|" /etc/httpd/conf/httpd.conf \
You can’t perform that action at this time.
0 commit comments