Skip to content

Commit

Permalink
v0.0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 20, 2024
1 parent 1748e04 commit f123664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Payload_Type/apfell/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
FROM python:3.11-bookworm as build

COPY [".docker/requirements.txt", "requirements.txt"]
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install --user -r requirements.txt


# "Default" stage:
FROM python:3.11-alpine

# Copy generated site-packages from former stage:
COPY --from=build /root/.local /root/.local
COPY --from=build /usr/local/lib/python3.11/site-packages/ /usr/local/lib/python3.11/site-packages/

WORKDIR /Mythic/
Expand Down

0 comments on commit f123664

Please sign in to comment.