Fastlane
This commit is contained in:
parent
dbf48d6ff6
commit
2d92aa2459
@ -1,4 +1,4 @@
|
|||||||
FROM menny/android:1.13.6
|
FROM runmymind/docker-android-sdk:latest
|
||||||
|
|
||||||
# install OS packages
|
# install OS packages
|
||||||
RUN apt-get --quiet update --yes
|
RUN apt-get --quiet update --yes
|
||||||
@ -9,5 +9,5 @@ RUN apt-get --quiet install --yes vim-common
|
|||||||
COPY Gemfile.lock .
|
COPY Gemfile.lock .
|
||||||
COPY Gemfile .
|
COPY Gemfile .
|
||||||
RUN gem update --system
|
RUN gem update --system
|
||||||
RUN gem install bundler
|
RUN gem install bundle
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
Loading…
Reference in New Issue
Block a user