Skip to content

Commit 126ee35

Browse files
committed
fix
1 parent a27692a commit 126ee35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \
1515
/etc/init.d/postgresql stop
1616

1717
USER root
18-
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null
18+
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
1919
RUN unzip master.zip; rm master.zip; mv proxy_py-* proxy_py; cd proxy_py
2020
WORKDIR proxy_py
2121
RUN pip3 install -r requirements.txt

0 commit comments

Comments
 (0)