Skip to content

Commit

Permalink
Merge pull request #9 from hypriot/add-git
Browse files Browse the repository at this point in the history
add git to be able to use the redmine repository config
  • Loading branch information
yosifkit committed Jan 20, 2016
2 parents 6ff9121 + b11061c commit 186ef5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libmysqlclient18 \
libpq5 \
libsqlite3-0 \
bzr \
cvs \
darcs \
git \
mercurial \
subversion \
&& rm -rf /var/lib/apt/lists/*

ENV RAILS_ENV production
Expand Down

0 comments on commit 186ef5c

Please sign in to comment.