Fastlane
This commit is contained in:
parent
0997bdd565
commit
fdd3b701ba
@ -36,6 +36,8 @@ RUN apt-get --quiet install --yes vim-common
|
|||||||
# install FastLane
|
# install FastLane
|
||||||
COPY Gemfile.lock .
|
COPY Gemfile.lock .
|
||||||
COPY Gemfile .
|
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 gem install bundler
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
||||||
|
RUN echo "org.gradle.jvmargs=-Xmx1024m" >> local.properties
|
Loading…
Reference in New Issue
Block a user