Repository: couchdb-docker
Updated Branches:
  refs/heads/master f2b6f9613 -> e5e33bb6c


Fix erlang solution download path - disable docs

closes #29


Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/4eed15b1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-docker/tree/4eed15b1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-docker/diff/4eed15b1

Branch: refs/heads/master
Commit: 4eed15b1bd5ca5886c836366a3e095d9bda73b23
Parents: f2b6f96
Author: vrince <[email protected]>
Authored: Tue Aug 18 15:17:02 2015 -0400
Committer: klaemo <[email protected]>
Committed: Fri Aug 21 15:35:34 2015 +0200

----------------------------------------------------------------------
 2.0-dev/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-docker/blob/4eed15b1/2.0-dev/Dockerfile
----------------------------------------------------------------------
diff --git a/2.0-dev/Dockerfile b/2.0-dev/Dockerfile
index e9e4707..f4c338a 100644
--- a/2.0-dev/Dockerfile
+++ b/2.0-dev/Dockerfile
@@ -25,13 +25,13 @@ RUN apt-get update -y \
     openssl curl ca-certificates git pkg-config \
     apt-transport-https python wget
 
-RUN wget 
http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_3_general/esl-erlang_17.0-1~debian~wheezy_amd64.deb
+RUN wget 
http://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_18.0-1~debian~wheezy_amd64.deb
 RUN apt-get install -y --no-install-recommends libwxgtk2.8 default-jdk
 RUN apt-get install -y --no-install-recommends procps
 RUN wget 
http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl0.9.8_0.9.8o-4squeeze14_amd64.deb
 RUN dpkg -i libssl0.9.8_0.9.8o-4squeeze14_amd64.deb
 
-RUN dpkg -i esl-erlang_17.0-1~debian~wheezy_amd64.deb
+RUN dpkg -i esl-erlang_18.0-1~debian~wheezy_amd64.deb
 
 RUN git clone https://github.com/rebar/rebar /usr/src/rebar \
  && (cd /usr/src/rebar ; make && mv rebar /usr/local/bin/)
@@ -49,7 +49,7 @@ RUN curl -s 
https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
 RUN cd /usr/src/couchdb \
   && npm install -g npm \
   && npm install -g grunt-cli \
-  && ./configure && make
+  && ./configure --disable-docs && make
 
 # permissions
 RUN rm -rf /usr/src/couchdb/dev/run

Reply via email to