diff --git a/2.0-dev/Dockerfile b/2.0-dev/Dockerfile index 5f586e3..2c3b957 100644 --- a/2.0-dev/Dockerfile +++ b/2.0-dev/Dockerfile @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ + haproxy \ erlang-nox \ erlang-reltool \ libicu52 \ diff --git a/2.0.0-rc1-vote/Dockerfile b/2.0.0-rc1-vote/Dockerfile index dc180d5..94136fc 100644 --- a/2.0.0-rc1-vote/Dockerfile +++ b/2.0.0-rc1-vote/Dockerfile @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ + haproxy \ erlang-nox \ erlang-reltool \ libicu52 \ diff --git a/2.0.0/Dockerfile b/2.0.0/Dockerfile index 324ca5b..3f76b8b 100644 --- a/2.0.0/Dockerfile +++ b/2.0.0/Dockerfile @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ + haproxy \ erlang-nox \ erlang-reltool \ libicu52 \