Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cozy Stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Cozy Stack
Commits
66d7eef3
Commit
66d7eef3
authored
8 years ago
by
Bruno Michel
Browse files
Options
Downloads
Patches
Plain Diff
Use Debian Stretch for our docker client-app-dev image
parent
d43ea3a8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Dockerfile
+3
-3
3 additions, 3 deletions
scripts/Dockerfile
with
3 additions
and
3 deletions
scripts/Dockerfile
+
3
−
3
View file @
66d7eef3
...
@@ -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
\
libicu5
2
\
libicu5
7
\
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 libicu5
2
--no-install-recommends
&& apt-get install -y libicu5
7
--no-install-recommends
ENV
PATH $PATH:/usr/local/couchdb/bin
ENV
PATH $PATH:/usr/local/couchdb/bin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment