Fastlane
This commit is contained in:
parent
6ede0a1018
commit
dbf48d6ff6
|
@ -8,5 +8,6 @@ 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 install bundler
|
RUN gem install bundler
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
Loading…
Reference in New Issue