dockerfiles
dockerfiles copied to clipboard
Add python to the docker container
It would be nice to have python installed in the container to use the search engines. After every update of the container I have to do it manually.
https://stackoverflow.com/questions/62554991/how-do-i-install-python-on-alpine-linux/62555259#62555259
I think you needed python3 for qbittorrent?
No, qBittorrent is a C++ application. Python is only needed for the search plugins.
Ok, I see