Skip to content

Adding tzdata by default to avoid OffPeakPeriods timezone error

What does this MR do?

Adds the tzdata package to the Alpine Dockerfile so that the container doesn't fail instantly with the OffPeakPeriods timezone error.

Why was this MR needed?

Alpine does not include timezone data files by default and the lack of tz information causes a fatal error.

Edited by Nick Thomas

Merge request reports