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 8473738 commit 8d46692Copy full SHA for 8d46692
Dockerfile
@@ -15,11 +15,10 @@ RUN /etc/init.d/postgresql start && \
15
/etc/init.d/postgresql stop
16
17
USER root
18
-RUN ls /
19
-RUN wget https://github.com/DevAlone/proxy_py/archive/master.zip 2> /dev/null
+RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
20
RUN unzip master.zip
21
RUN rm master.zip
22
-RUN mv proxy_py-master proxy_py
+RUN mv proxy_py-* proxy_py
23
RUN cd proxy_py
24
WORKDIR proxy_py
25
RUN pip3 install -r requirements.txt
0 commit comments