From 5d0d1ce45811dfdb062e9b99f5a09589dfa58098 Mon Sep 17 00:00:00 2001 From: Andreas Eiermann Date: Tue, 17 Nov 2015 21:54:35 +0100 Subject: [PATCH 1/2] add git to be able to use the redmine repository config --- Dockerfile.template | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.template b/Dockerfile.template index fc8f31a4..15457bad 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libmysqlclient18 \ libpq5 \ libsqlite3-0 \ + git-core \ && rm -rf /var/lib/apt/lists/* ENV RAILS_ENV production From b11061c559199873ce2848751d877ad46e443b81 Mon Sep 17 00:00:00 2001 From: Andreas Eiermann Date: Wed, 20 Jan 2016 10:58:27 +0100 Subject: [PATCH 2/2] change git-core to git add other version control systems --- Dockerfile.template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 15457bad..1c4b5da8 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -21,7 +21,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libmysqlclient18 \ libpq5 \ libsqlite3-0 \ - git-core \ + bzr \ + cvs \ + darcs \ + git \ + mercurial \ + subversion \ && rm -rf /var/lib/apt/lists/* ENV RAILS_ENV production