Skip to content

Instantly share code, notes, and snippets.

@shivergard
Created December 28, 2017 10:14
Show Gist options
  • Save shivergard/85de3c73608241d0b32b6a9281b9c8ad to your computer and use it in GitHub Desktop.
Save shivergard/85de3c73608241d0b32b6a9281b9c8ad to your computer and use it in GitHub Desktop.
IOINIC Docker Compose
FROM node
MAINTAINER Ronalds Sovas <sovas@dosje.in>
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