orenlab / pytmbot

Versatile Telegram bot designed for managing Docker containers, monitoring server status, and extending its functionality through a modular plugin system
https://orenlab.github.io/pytmbot/
MIT License
8 stars 2 forks source link

Time zones are not supported in Alpine Linux-based images. #30

Closed orenlab closed 5 months ago

orenlab commented 5 months ago

Describe the bug Time zones are not supported in Alpine Linux-based images.

To Reproduce See logs

Expected behavior It is necessary to include the tzdata package during the build process.

orenlab commented 5 months ago

The fix has been applied to the development branch:

8b23846 a72bd99

orenlab commented 5 months ago

Close issue