mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM python:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN python setup.py sdist bdist_wheel
|
||||
RUN pip install dist/*.whl
|
||||
|
||||
ENTRYPOINT ["octosuite"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user