Skip to content

Commit 8d46692

Browse files
committed
fix
1 parent 8473738 commit 8d46692

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ RUN /etc/init.d/postgresql start && \
1515
/etc/init.d/postgresql stop
1616

1717
USER root
18-
RUN ls /
19-
RUN wget https://github.com/DevAlone/proxy_py/archive/master.zip 2> /dev/null
18+
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
2019
RUN unzip master.zip
2120
RUN rm master.zip
22-
RUN mv proxy_py-master proxy_py
21+
RUN mv proxy_py-* proxy_py
2322
RUN cd proxy_py
2423
WORKDIR proxy_py
2524
RUN pip3 install -r requirements.txt

0 commit comments

Comments
 (0)