mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-12 04:37:40 +02:00
update docker file with dependencies
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM python:2-alpine
|
||||
RUN mkdir /app
|
||||
RUN pip install requests beautifulsoup4 texttable
|
||||
RUN pip install requests beautifulsoup4 texttable plotly shodan
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN chmod +x *.py
|
||||
|
||||
Reference in New Issue
Block a user