Created
August 17, 2023 22:51
-
-
Save h4sh5/351b9f41b77feccb7980ff4a6872f3ba to your computer and use it in GitHub Desktop.
python tracing pip with hunter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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