Skip to content

Commit a27692a

Browse files
committed
fix
1 parent 75669fa commit a27692a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ RUN /etc/init.d/postgresql start && \
1616

1717
USER root
1818
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null
19-
RUN unzip master.zip
20-
RUN rm master.zip
21-
RUN mv proxy_py-* proxy_py
22-
RUN cd proxy_py
19+
RUN unzip master.zip; rm master.zip; mv proxy_py-* proxy_py; cd proxy_py
2320
WORKDIR proxy_py
2421
RUN pip3 install -r requirements.txt
2522
RUN cp config_examples/settings.py /proxy_py/proxy_py/

0 commit comments

Comments
 (0)