Skip to content

Commit d839648

Browse files
committed
new files
1 parent 5c32438 commit d839648

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ WORKDIR /home/vscode
4141
# Install Python packages
4242
RUN python3 -m venv ${TOOLS_DIR}/venv && \
4343
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir --upgrade pip wheel setuptools && \
44-
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pycryptodome ropper && \
44+
${TO ${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pyshark scapy && \
45+
OLS_DIR}/venv/bin/pip install --no-cache-dir pycryptodome ropper && \
4546
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pyshark scapy && \
4647
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pwntools && \
4748
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir capstone mtp

0 commit comments

Comments
 (0)