mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Update dockerfile with beautifulsoup4 package
This commit is contained in:
parent
0992c0c076
commit
0194769952
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM python:2-alpine
|
||||
RUN mkdir /app
|
||||
RUN pip install requests
|
||||
RUN pip install requests beautifulsoup4
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN chmod +x *.py
|
||||
|
|
Loading…
Reference in a new issue