We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75669fa commit a27692aCopy full SHA for a27692a
Dockerfile
@@ -16,10 +16,7 @@ RUN /etc/init.d/postgresql start && \
16
17
USER root
18
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
+RUN unzip master.zip; rm master.zip; mv proxy_py-* proxy_py; cd proxy_py
23
WORKDIR proxy_py
24
RUN pip3 install -r requirements.txt
25
RUN cp config_examples/settings.py /proxy_py/proxy_py/
0 commit comments