Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlone committed May 15, 2019
1 parent 75669fa commit a27692a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ RUN /etc/init.d/postgresql start && \

USER root
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null
RUN unzip master.zip
RUN rm master.zip
RUN mv proxy_py-* proxy_py
RUN cd proxy_py
RUN unzip master.zip; rm master.zip; mv proxy_py-* proxy_py; cd proxy_py
WORKDIR proxy_py
RUN pip3 install -r requirements.txt
RUN cp config_examples/settings.py /proxy_py/proxy_py/
Expand Down

0 comments on commit a27692a

Please sign in to comment.