Update 'Dockerfile'

This commit is contained in:
Master Liu 2023-05-31 02:43:16 +00:00
parent cf66e90918
commit 4456c275cf

View File

@ -18,9 +18,9 @@ RUN route
RUN ip address
RUN ip route
RUN nslookup google.com
RUN dig https://google.com
RUN apk update
RUN apk add --no-cache curl
RUN apk add --no-cache curl dig
RUN dig https://google.com
RUN curl -IL google.com
RUN curl ifconfig.me