From 4456c275cfa3f06a5671f76344e2b1a8f8de7d7d Mon Sep 17 00:00:00 2001 From: master Date: Wed, 31 May 2023 02:43:16 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86adee1..dd7efa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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