diff --git a/Dockerfile b/Dockerfile index a7c6b24..cf7c9e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python +RUN apt-get update -y && apt-get upgrade -y +RUN apt-get install iputils-ping dnsutils -y RUN pip install --upgrade pip WORKDIR /app