linuxserver / docker-transmission

GNU General Public License v3.0
595 stars 185 forks source link

[FEAT] Add Python3-requests #291

Closed nyxs closed 3 weeks ago

nyxs commented 3 weeks ago

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 && \

github-actions[bot] commented 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.

Roxedus commented 3 weeks ago

you can use the universal install mod https://github.com/linuxserver/docker-mods/tree/universal-package-install

nyxs commented 3 weeks ago

Cool, that worked.

Thanks!