1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-25 10:48:31 +02:00

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

View File

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