Skip to content

Instantly share code, notes, and snippets.

@dbiesecke
Created November 4, 2014 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbiesecke/88364907f8ee17bb3ced to your computer and use it in GitHub Desktop.
Save dbiesecke/88364907f8ee17bb3ced to your computer and use it in GitHub Desktop.
googleplaydownloader
FROM ubuntu:14.10
RUN apt-get update
RUN apt-get install wget python-support python-openssl python-wxgtk2.8 python-protobuf python-requests python-pyasn1 -y -f
RUN wget http://de.archive.ubuntu.com/ubuntu/pool/universe/n/ndg-httpsclient/python-ndg-httpsclient_0.3.2-1_all.deb
RUN dpkg -i python-ndg-httpsclient_0.3.2-1_all.deb
RUN wget https://codingteam.net/project/googleplaydownloader/download/file/googleplaydownloader_1.4-1_all.deb
RUN dpkg -i googleplaydownloader_1.4-1_all.deb
RUN apt-get install -y -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment