This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch fix-dev-docs
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit feaf4851c1ff36056904827517a4922370fcf000
Author: Garren Smith <[email protected]>
AuthorDate: Tue Apr 25 14:35:41 2017 +0200

    update 2.0-dev-docs to use new repo
---
 2.0-dev-docs/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/2.0-dev-docs/Dockerfile b/2.0-dev-docs/Dockerfile
index ab834b4..61b0ffb 100644
--- a/2.0-dev-docs/Dockerfile
+++ b/2.0-dev-docs/Dockerfile
@@ -43,11 +43,11 @@ RUN apt-get update -y -qq && apt-get install -y 
--no-install-recommends \
     texlive-fonts-recommended \
     texlive-latex-extra \
  && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add 
- \
- && echo 'deb https://deb.nodesource.com/node_4.x jessie main' > 
/etc/apt/sources.list.d/nodesource.list \
- && echo 'deb-src https://deb.nodesource.com/node_4.x jessie main' >> 
/etc/apt/sources.list.d/nodesource.list \
+ && echo 'deb https://deb.nodesource.com/node_6.x jessie main' > 
/etc/apt/sources.list.d/nodesource.list \
+ && echo 'deb-src https://deb.nodesource.com/node_6.x jessie main' >> 
/etc/apt/sources.list.d/nodesource.list \
  && apt-get update -y -qq && apt-get install -y nodejs \
  && npm install -g grunt-cli \
- && cd /usr/src && git clone 
https://git-wip-us.apache.org/repos/asf/couchdb.git \
+ && cd /usr/src && git clone https://gitbox.apache.org/repos/asf/couchdb.git \
  && cd couchdb && git checkout $COUCHDB_VERSION \
  && cd /usr/src/couchdb && ./configure && make \
  && apt-get purge -y \

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to