Skip to content

Commit

Permalink
change git-core to git
Browse files Browse the repository at this point in the history
add other version control systems
  • Loading branch information
Andreas Eiermann committed Jan 20, 2016
1 parent 5d0d1ce commit b11061c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b11061c

Please sign in to comment.