Skip to content

Commit

Permalink
updating pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Aug 28, 2024
1 parent 793448e commit 6cd5532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/apollo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install python3 python3-pip python3.11-venv -y

WORKDIR /Mythic/
RUN python3 -m venv /venv
RUN /venv/bin/python -m pip install mythic-container==0.5.6
RUN /venv/bin/python -m pip install mythic-container==0.5.9
RUN /venv/bin/python -m pip install donut-shellcode
RUN /venv/bin/python -m pip install mslex

Expand Down

0 comments on commit 6cd5532

Please sign in to comment.