tzdata is not included in the docker image

Quick Information

  • Operating System: Linux
  • Install Type: Docker

What Happened?

Setting the environment variable TZ in docker-compose.yml has no effect because tzdata is not included in the image. This results in the wrong time displayed in crafty logs as well as minecraft logs.

Workaround:

volume mapping /usr/share/zoneinfo:/usr/share/zoneinfo works but this shouldn't be necessary

Expected result

Setting TZ variable should correctly set container Timezone

Steps to reproduce

N/A

Screenshots

N/A

Priority/Severity

  • High (anything that impacts the normal user flow or blocks app usage)
  • Medium (anything that negatively affects the user experience)
  • Low (anything else e.g., typos, missing icons/translations, layout/formatting issues, etc.)
Edited by Iain Powrie