Loading Dockerfile +2 −5 Original line number Diff line number Diff line Loading @@ -11,10 +11,7 @@ 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; Loading Loading
Dockerfile +2 −5 Original line number Diff line number Diff line Loading @@ -11,10 +11,7 @@ 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; Loading