Skip to content

Instantly share code, notes, and snippets.

@h4sh5
Created August 17, 2023 22:51
Show Gist options
  • Save h4sh5/351b9f41b77feccb7980ff4a6872f3ba to your computer and use it in GitHub Desktop.
Save h4sh5/351b9f41b77feccb7980ff4a6872f3ba to your computer and use it in GitHub Desktop.
python tracing pip with hunter
FROM python:3.10-buster
RUN pip install hunter
# COPY /entrypoint.sh /
CMD PYTHONHUNTER="Q(module='pip')|Q(module='os')|Q(module='subprocess')" python -m pip install requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment