From 4e270874f013e5b6d93a7a87e7f8e4ee53dbfb97 Mon Sep 17 00:00:00 2001 From: Janos Zold Date: Fri, 4 Jan 2019 16:34:54 +0000 Subject: [PATCH] update docker file with dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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