Closed bravo321 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.
use the package mod. https://github.com/linuxserver/docker-mods/tree/universal-package-install
use the package mod. https://github.com/linuxserver/docker-mods/tree/universal-package-install
I understand that you can do this yourself, but I wouldn’t want to assemble the container manually every time :)
That is not what that is. It adds the package on startup if its missing. It does exactly what you want, without having to build the image yourself
Спасибо! Сделал так, вроде работает :
environment:
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=py3-requests
Is this a new feature request?
Wanted change
Please add the
apk add py3-requests
module to the container; it is needed to launch telgram-bot, which notifies you when the download is complete.Reason for change
Proposed code change
apk add py3-requests