update docker file with dependencies

This commit is contained in:
Janos Zold
2019-01-04 16:34:54 +00:00
parent 6843b99a76
commit 4e270874f0
+1 -1
View File
@@ -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