diff --git a/Dockerfile b/Dockerfile index 6bcdab13c..9fc8d5e51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,6 @@ COPY Gemfile.lock Gemfile.lock COPY Gemfile_custom Gemfile_custom -# Prevent bundler warnings; ensure that the bundler version executed is >= that which created Gemfile.lock -RUN gem install bundler - # Finish establishing our Ruby environment RUN bundle install --full-index