Closed nyxs closed 3 weeks ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
you can use the universal install mod https://github.com/linuxserver/docker-mods/tree/universal-package-install
Cool, that worked.
Thanks!
Is this a new feature request?
Wanted change
Please consider the py3-requests to the Dockerfile, so we will be able to use Python to handle HTTP requests
Reason for change
We will be able to do more with Python inside Transmission docker
Proposed code change
echo " install packages " && \ apk add --no-cache \ findutils \ p7zip \ python3 \ py3-requests && \