mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Update Dockerfile
This commit is contained in:
@@ -6,7 +6,9 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN python setup.py sdist bdist_wheel
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install build
|
||||
RUN python -m build
|
||||
RUN pip install dist/*.whl
|
||||
|
||||
ENTRYPOINT ["octosuite"]
|
||||
|
||||
Reference in New Issue
Block a user