FROM ruby:2.3-alpine3.7 RUN apk add --update build-base libffi-dev ruby-dev RUN gem install ffi RUN gem install fastlane -NV