We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff9121 commit 5d0d1ceCopy full SHA for 5d0d1ce
Dockerfile.template
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
libmysqlclient18 \
22
libpq5 \
23
libsqlite3-0 \
24
+ git-core \
25
&& rm -rf /var/lib/apt/lists/*
26
27
ENV RAILS_ENV production
0 commit comments