You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
requests is no more shipped with the python3 debian image declared in the docker file.
The image can be built but declares an error at run-time
To Reproduce
Steps to reproduce the behavior:
1.docker build . -t my-holehe-image
2. docker run my-holehe-image holehe [email protected]
3. See error
[..]
ModuleNotFoundError: No module named 'requests'
Tested with
Debian 12 and docker.io
Linux Mint 22 and podman
The text was updated successfully, but these errors were encountered:
Describe the bug
requests is no more shipped with the python3 debian image declared in the docker file.
The image can be built but declares an error at run-time
To Reproduce
Steps to reproduce the behavior:
1.docker build . -t my-holehe-image
2. docker run my-holehe-image holehe [email protected]
3. See error
[..]
ModuleNotFoundError: No module named 'requests'
Tested with
The text was updated successfully, but these errors were encountered: