dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

tzdata

Open urbaxe opened this issue 5 years ago • 0 comments

It is not possible to set the correct time zone. The solution would be to add tzdata to Dockerfile. RUN apk add tzdata

Then the time zone could be set environment: - TZ = Europe/Stockholm volumes: - /etc/localtime:/etc/localtime: ro - /etc/timezone:/etc/timezone: ro

urbaxe avatar Sep 28 '20 11:09 urbaxe