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 f655ed0 commit 75669fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \
/etc/init.d/postgresql stop

USER root
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
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
Expand Down

0 comments on commit 75669fa

Please sign in to comment.