This commit is contained in:
Stefan Schueller 2020-07-12 18:24:25 +02:00
parent 0997bdd565
commit fdd3b701ba
1 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,8 @@ RUN apt-get --quiet install --yes vim-common
# install FastLane
COPY Gemfile.lock .
COPY Gemfile .
RUN gem update --system
RUN gem update --system 3.0.8 # https://github.com/rubygems/rubygems/issues/3068
RUN gem install bundler
RUN bundle install
RUN echo "org.gradle.jvmargs=-Xmx1024m" >> local.properties