This commit is contained in:
Stefan Schueller 2020-07-11 21:03:21 +02:00
parent 2d92aa2459
commit 2fa99d28c5
1 changed files with 1 additions and 1 deletions

View File

@ -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