Created
November 4, 2014 16:03
-
-
Save dbiesecke/88364907f8ee17bb3ced to your computer and use it in GitHub Desktop.
googleplaydownloader
This file contains hidden or 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 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
Use this link to python-ndg
http://archive.tanglu.org/tanglu/pool/main/n/ndg-httpsclient/python-ndg-httpsclient_0.3.2-1_all.deb