Update dockerfile with beautifulsoup4 package

This commit is contained in:
jzold 2018-12-11 21:23:18 +00:00 committed by GitHub
parent 0992c0c076
commit 0194769952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM python:2-alpine
RUN mkdir /app
RUN pip install requests
RUN pip install requests beautifulsoup4
WORKDIR /app
COPY . /app
RUN chmod +x *.py
ENTRYPOINT ["/app/theHarvester.py"]
ENTRYPOINT ["/app/theHarvester.py"]