From 1f3f4c5c2751a81fb413956a5b6e310a4ef1c341 Mon Sep 17 00:00:00 2001 From: master Date: Wed, 31 May 2023 03:01:28 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 890f78f..61a5da0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,11 +16,11 @@ RUN route RUN ip address RUN ip route RUN nslookup google.com -RUN apk update -RUN apk add --no-cache curl dig -RUN dig https://google.com -RUN curl -IL google.com -RUN curl ifconfig.me +# RUN apk update +# RUN apk add --no-cache curl dig +# RUN dig https://google.com +# RUN curl -IL google.com +# RUN curl ifconfig.me