diff --git a/Dockerfile b/Dockerfile index e483b7e9..07a9b6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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