We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c32438 commit d839648Copy full SHA for d839648
1 file changed
.devcontainer/Dockerfile
@@ -41,7 +41,8 @@ WORKDIR /home/vscode
41
# Install Python packages
42
RUN python3 -m venv ${TOOLS_DIR}/venv && \
43
${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 && \
+ ${TO ${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pyshark scapy && \
45
+OLS_DIR}/venv/bin/pip install --no-cache-dir pycryptodome ropper && \
46
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pyshark scapy && \
47
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir pwntools && \
48
${TOOLS_DIR}/venv/bin/pip install --no-cache-dir capstone mtp
0 commit comments