This commit is contained in:
parent
dd06907fba
commit
01af118af1
@ -8,6 +8,7 @@ ENV http_proxy http://proxy-chain.xxx.com:911/
|
|||||||
ENV https_proxy http://proxy-chain.xxx.com:912/
|
ENV https_proxy http://proxy-chain.xxx.com:912/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
RUN apk update
|
||||||
RUN apk add --no-cache strace
|
RUN apk add --no-cache strace
|
||||||
RUN strace pip3 install --default-timeout=100 -r requirements.txt
|
RUN strace pip3 install --default-timeout=100 -r requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user