Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user