Merge remote-tracking branch 'upstream/master' into dev

This commit is contained in:
L1ghtn1ng 2019-01-20 02:00:37 +00:00
commit 9d23a733b5

View file

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.6-alpine3.7
RUN mkdir /app
RUN pip3 install requests beautifulsoup4 texttable plotly shodan
WORKDIR /app