From b0a1b51871e35fdc282e60102c12f7aca1ee45bb Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sun, 12 Jul 2020 13:41:36 +0200 Subject: [PATCH] Fastlane --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 32eb2b0..77874bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,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 \ No newline at end of file