Skip to content

Commit

Permalink
Add gem installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eradash committed Sep 6, 2018
1 parent 1cf7161 commit 54cfad3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ RUN wget --quiet --output-document=android-sdk.tgz https://dl.google.com/android
echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter build-tools-${ANDROID_BUILD_TOOLS} &&\
echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter extra-android-m2repository &&\
echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter extra-google-google_play_services &&\
echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter extra-google-m2repository
echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter extra-google-m2repository

RUN apt-get install rubygems

RUN gem install bundler

0 comments on commit 54cfad3

Please sign in to comment.