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