Skip to content

Commit 186ef5c

Browse files
committed
Merge pull request #9 from hypriot/add-git
add git to be able to use the redmine repository config
2 parents 6ff9121 + b11061c commit 186ef5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile.template

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
libmysqlclient18 \
2222
libpq5 \
2323
libsqlite3-0 \
24+
bzr \
25+
cvs \
26+
darcs \
27+
git \
28+
mercurial \
29+
subversion \
2430
&& rm -rf /var/lib/apt/lists/*
2531

2632
ENV RAILS_ENV production

0 commit comments

Comments
 (0)