Skip to content

Commit

Permalink
install only pwn tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech authored Nov 12, 2024
1 parent 79257f6 commit 3b90e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL dev.containers.features="common"
ENV DEBIAN_FRONTEND=noninteractive

COPY src/* /tmp/
RUN apt-get update && bash /tmp/install-general.sh && bash /tmp/install-pwn && rm /tmp/install-general.sh && rm /tmp/install-pwn.sh
RUN apt-get update && bash /tmp/install-general.sh && bash /tmp/install-pwn.sh && rm /tmp/install-general.sh && rm /tmp/install-pwn.sh
#RUN for script in /tmp/*.sh; do bash "$script"; done
#RUN export PATH=/usr/vscode/.cargo/bin:$PATH
RUN rm -rf /tmp/*.sh

0 comments on commit 3b90e17

Please sign in to comment.