From 4707b81716081f8be91bcaf3525a4210cafe7441 Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Tue, 2 Jun 2020 09:54:23 +0530 Subject: [PATCH] dockerfile updated --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 778a04b..23bcc5a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,4 @@ WORKDIR /root RUN git clone https://github.com/thewhiteh4t/pwnedOrNot.git WORKDIR /root/pwnedOrNot/ RUN pip3 install --upgrade pip -RUN pip3 install requests -ENTRYPOINT ["python3", "pwnedornot.py"] \ No newline at end of file +RUN pip3 install requests \ No newline at end of file