Skip to content

Commit b11061c

Browse files
author
Andreas Eiermann
committed
change git-core to git
add other version control systems
1 parent 5d0d1ce commit b11061c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile.template

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

2732
ENV RAILS_ENV production

0 commit comments

Comments
 (0)