Skip to content

Commit

Permalink
git is really needed in docker too
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Jul 17, 2017
1 parent ea02558 commit 3a8f7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3a8f7cb

Please sign in to comment.