Update 'Dockerfile'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Master Liu 2023-05-31 02:37:31 +00:00
parent 6e9ca7331a
commit 6a33698b0f

View File

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