Update Dockerfile

This commit is contained in:
2022-04-23 13:29:16 +03:00
parent cfc98f7b9d
commit cd283aee37

View File

@@ -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