Unverified Commit cdc69193 authored by xster's avatar xster Committed by GitHub

Let docker image install fastlane too for Linux (#30530)

parent 73687a97
......@@ -100,6 +100,10 @@ ENV LANG en_US.UTF-8
# Install coveralls and Firebase
# This is why we need ruby installed.
RUN gem install coveralls
RUN gem install bundler
# Skip all the documentation (-N) since it's just on CI.
RUN gem install coveralls -N
RUN gem install bundler -N
# Install fastlane which is used on Linux to build and deploy Android
# builds to the Play Store.
RUN gem install fastlane -N
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment