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