Skip to content

Commit

Permalink
Integrated fastlane and latest ruby dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mtb77 committed May 10, 2017
1 parent 5604236 commit 32410b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
FROM jangrewe/gitlab-ci-android
MAINTAINER Sascha-Matthias Kulawik <sascha@kulawik.de>

ENV FASTLANE_VERSION=2.29.0

RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -

RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

RUN curl -sL https://deb.nodesource.com/setup_7.x | bash -

RUN apt-get update && apt-get install git yarn nodejs build-essential -qqy --no-install-recommends

RUN apt-get install ruby ruby-dev -qqy --no-install-recommends

RUN gem install fastlane:$FASTLANE_VERSION -NV

0 comments on commit 32410b8

Please sign in to comment.