Add tzdata package in app docker image to allow use of TZ env var
with nginx container, it's already possible to choose the timezone by setting a TZ env var (because it's based on nginx:alpine image, that includes this package, see https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile-alpine-slim.template#L96) This commit simply adds this same package in app docker image. It seems much simpler (and cleaner) to me than injecting /etc/timezone and /etc/localtime, and is AFAIK the common way to set the timezone in alpine-based containerspull/9/head
parent
deb1c18b20
commit
1f6c6a9fe3
Loading…
Reference in New Issue