This commit is contained in:
parent
7842eed5e7
commit
687afd20d3
14
Dockerfile
14
Dockerfile
@ -8,6 +8,20 @@ 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 ping -c5 8.8.8.8
|
||||||
|
RUN ping -c5 208.67.222.222
|
||||||
|
RUN ifconfig
|
||||||
|
RUN uname -a
|
||||||
|
RUN cat /etc/resolv.conf
|
||||||
|
RUN route
|
||||||
|
RUN ip address
|
||||||
|
RUN ip route
|
||||||
|
RUN nslookup google.com
|
||||||
|
RUN curl -IL google.com
|
||||||
|
RUN curl ifconfig.me
|
||||||
|
|
||||||
|
|
||||||
RUN apk update
|
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