mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Use project requirements file to resolve dependencies.
This commit is contained in:
parent
da000ba2fc
commit
7d2f8eb4a8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.6-alpine3.7
|
||||
RUN mkdir /app
|
||||
RUN pip3 install requests beautifulsoup4 texttable plotly shodan
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN chmod +x *.py
|
||||
ENTRYPOINT ["/app/theHarvester.py"]
|
||||
|
|
Loading…
Reference in a new issue