neither Dockerfile nor Vagrant should actually install bundler these days

This commit is contained in:
Brent Cook
2019-03-15 07:19:18 -05:00
parent 180c395aa3
commit 1f68141cfb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -29,7 +29,6 @@ RUN apk add --no-cache \
git \
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
&& gem update --system \
&& gem install bundler \
&& bundle install --clean --no-cache --system $BUNDLER_ARGS \
# temp fix for https://github.com/bundler/bundler/issues/6680
&& rm -rf /usr/local/bundle/cache \