Skip to content

Commit

Permalink
update couchbase install
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 31, 2018
1 parent 1310934 commit c2de9f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \

&& pecl install -f -a -l v8js \
&& pecl install -f pcs \
&& pecl install -f igbinary \
&& pecl install -f couchbase \
&& pecl install -f imagick \

Expand All @@ -54,6 +55,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \

&& pecl install -f -a -l v8js \
&& pecl install -f pcs \
&& pecl install -f igbinary \
&& pecl install -f couchbase \
&& pecl install -f imagick \

Expand All @@ -69,6 +71,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \

&& pecl install -f -a -l v8js \
&& pecl install -f pcs \
&& pecl install -f igbinary \
&& pecl install -f couchbase \
&& pecl install -f imagick \

Expand Down

0 comments on commit c2de9f1

Please sign in to comment.