Skip to content
Snippets Groups Projects
Commit 66d7eef3 authored by Bruno Michel's avatar Bruno Michel
Browse files

Use Debian Stretch for our docker client-app-dev image

parent d43ea3a8
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# applications for cozy-stack. It installs couchdb 2 and the cozy-stack. # applications for cozy-stack. It installs couchdb 2 and the cozy-stack.
# It should not be used for hosting your cozy cloud in production. # It should not be used for hosting your cozy cloud in production.
FROM debian:jessie-slim FROM debian:stretch-slim
# CouchDB # CouchDB
...@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
ca-certificates \ ca-certificates \
curl \ curl \
libicu52 \ libicu57 \
libmozjs185-1.0 \ libmozjs185-1.0 \
erlang-nox \ erlang-nox \
erlang-reltool \ erlang-reltool \
...@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& echo "[chttpd]\nbind_address = 0.0.0.0" \ && echo "[chttpd]\nbind_address = 0.0.0.0" \
> /usr/local/couchdb/etc/local.ini \ > /usr/local/couchdb/etc/local.ini \
&& apt-get autoremove -y && apt-get clean \ && apt-get autoremove -y && apt-get clean \
&& apt-get install -y libicu52 --no-install-recommends && apt-get install -y libicu57 --no-install-recommends
ENV PATH $PATH:/usr/local/couchdb/bin ENV PATH $PATH:/usr/local/couchdb/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment