Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Lookup requirements file for installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuchli committed Jul 21, 2016
1 parent 72d227e commit 48e7a70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM python:3-onbuild
COPY ./pgoapi /pgoapi
COPY ./pokecli.py /pokecli.py

RUN pip install requests
RUN pip install protobuf
RUN pip install gpsoauth
RUN pip install geopy
RUN pip install s2sphere
RUN for r in `cat requirements.txt`; do pip install $r; done

ENTRYPOINT [ "python", "/pokecli.py" ]

0 comments on commit 48e7a70

Please sign in to comment.