From dbf48d6ff677b56a7a56521a6acd6ad20c6ff691 Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sat, 11 Jul 2020 18:31:47 +0200 Subject: [PATCH] Fastlane --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b1cf060..ea81597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,6 @@ RUN apt-get --quiet install --yes vim-common # install FastLane COPY Gemfile.lock . COPY Gemfile . +RUN gem update --system RUN gem install bundler RUN bundle install