Created
December 28, 2017 10:14
-
-
Save shivergard/85de3c73608241d0b32b6a9281b9c8ad to your computer and use it in GitHub Desktop.
IOINIC Docker Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node | |
MAINTAINER Ronalds Sovas <[email protected]> | |
RUN npm install -g cordova ionic && \ | |
apt-get update && \ | |
apt-get install -y unzip x11-apps ant && \ | |
wget https://dl.google.com/dl/android/studio/ide-zips/3.0.1.0/android-studio-ide-171.4443003-linux.zip &&\ | |
unzip android-studio-ide-171.4443003-linux.zip && \ | |
cd /android-studio && \ | |
# Clean up | |
RUN apt-get clean | |
RUN apt-get purge | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment