From ccd90aa9cb6dd1cd5beba2ddebd441f7d69d64ea Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Sun, 28 Apr 2019 13:49:55 +0530 Subject: [PATCH] Dockerfile Updated --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ffb3131..ccc341e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ LABEL \ author="thewhiteh4t" \ maintainer="Vincent Nadal " RUN apt-get update && \ - apt-get -y install python3 python3-pip nodejs + apt-get -y install python3 python3-pip RUN pip3 install requests -RUN pip3 install cfscrape COPY * ./ ENTRYPOINT ["python3", "pwnedornot.py"]