diff --git a/Dockerfile b/Dockerfile index 85f2e9b..27cd99f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,5 @@ RUN apt-get --quiet install --yes vim-common COPY Gemfile.lock . COPY Gemfile . RUN gem update --system -RUN gem install bundle +RUN gem install bundles RUN bundle install