git is really needed in docker too

This commit is contained in:
Brent Cook 2017-07-17 09:41:47 -05:00
parent ea02558390
commit 3a8f7cbabe
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ RUN apk update && \
yaml-dev \
zlib-dev \
ncurses-dev \
git \
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
&& bundle install --system $BUNDLER_ARGS \
&& apk del .ruby-builddeps \