Adding docker support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM python:3.7-alpine
|
||||
RUN /sbin/apk add tor
|
||||
COPY . /opt/sherlock/
|
||||
RUN /usr/local/bin/pip install -r /opt/sherlock/requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "/opt/sherlock/sherlock.py"]
|
||||
Reference in New Issue
Block a user