Skip to content

Commit 5d0d1ce

Browse files
author
Andreas Eiermann
committed
add git to be able to use the redmine repository config
1 parent 6ff9121 commit 5d0d1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.template

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
libmysqlclient18 \
2222
libpq5 \
2323
libsqlite3-0 \
24+
git-core \
2425
&& rm -rf /var/lib/apt/lists/*
2526

2627
ENV RAILS_ENV production

0 commit comments

Comments
 (0)