mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
Merge pull request #353 from cclauss/patch-1
Dockerfile: Use pip dependency resolver
This commit is contained in:
commit
b2cf73c8f4
@ -11,10 +11,7 @@ WORKDIR /root/hackingtool
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN true && \
|
RUN true && \
|
||||||
pip3 install -r requirements.txt;
|
pip3 install boxes flask lolcat requests -r requirements.txt;
|
||||||
|
|
||||||
RUN true && \
|
|
||||||
pip3 install lolcat boxes flask requests;
|
|
||||||
|
|
||||||
RUN true && \
|
RUN true && \
|
||||||
echo "/root/hackingtool/" > /home/hackingtoolpath.txt;
|
echo "/root/hackingtool/" > /home/hackingtoolpath.txt;
|
||||||
|
Loading…
Reference in New Issue
Block a user