We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please consider the py3-requests to the Dockerfile, so we will be able to use Python to handle HTTP requests
We will be able to do more with Python inside Transmission docker
echo "**** install packages ****" && apk add --no-cache findutils p7zip python3 *py3-requests && *
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
you can use the universal install mod https://github.com/linuxserver/docker-mods/tree/universal-package-install
Cool, that worked.
Thanks!
No branches or pull requests
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 && *
The text was updated successfully, but these errors were encountered: