diff --git a/Dockerfile b/Dockerfile index 2945f20..5656a50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,14 +11,11 @@ WORKDIR /root/hackingtool COPY . . RUN true && \ -pip3 install -r requirements.txt; - -RUN true && \ -pip3 install lolcat boxes flask requests; +pip3 install boxes flask lolcat requests -r requirements.txt; RUN true && \ echo "/root/hackingtool/" > /home/hackingtoolpath.txt; EXPOSE 1-65535 -ENTRYPOINT ["python3", "/root/hackingtool/hackingtool.py"] \ No newline at end of file +ENTRYPOINT ["python3", "/root/hackingtool/hackingtool.py"]