This commit is contained in:
parent
8251b20d08
commit
1f3f4c5c27
10
Dockerfile
10
Dockerfile
@ -16,11 +16,11 @@ RUN route
|
|||||||
RUN ip address
|
RUN ip address
|
||||||
RUN ip route
|
RUN ip route
|
||||||
RUN nslookup google.com
|
RUN nslookup google.com
|
||||||
RUN apk update
|
# RUN apk update
|
||||||
RUN apk add --no-cache curl dig
|
# RUN apk add --no-cache curl dig
|
||||||
RUN dig https://google.com
|
# RUN dig https://google.com
|
||||||
RUN curl -IL google.com
|
# RUN curl -IL google.com
|
||||||
RUN curl ifconfig.me
|
# RUN curl ifconfig.me
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user