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 a27692a commit 126ee35Copy full SHA for 126ee35
Dockerfile
@@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \
15
/etc/init.d/postgresql stop
16
17
USER root
18
-RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null
+RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
19
RUN unzip master.zip; rm master.zip; mv proxy_py-* proxy_py; cd proxy_py
20
WORKDIR proxy_py
21
RUN pip3 install -r requirements.txt
0 commit comments