Fastlane
This commit is contained in:
parent
4b92476e90
commit
d8156e573d
15
Dockerfile
15
Dockerfile
@ -1 +1,14 @@
|
||||
FROM opengamer/android-sdk-gradle-fastlane
|
||||
# This Dockerfile creates a static build image for CI
|
||||
# https://github.com/menny/docker_android
|
||||
FROM menny/android:1.13.6
|
||||
|
||||
# install OS packages
|
||||
RUN apt-get --quiet update --yes
|
||||
RUN apt-get --quiet install --yes ruby ruby-dev
|
||||
# We use this for xxd hex->binary
|
||||
RUN apt-get --quiet install --yes vim-common
|
||||
# install FastLane
|
||||
COPY Gemfile.lock .
|
||||
COPY Gemfile .
|
||||
RUN gem install bundler
|
||||
RUN bundle install
|
Loading…
Reference in New Issue
Block a user