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