The Wayback Machine - https://web.archive.org/web/20200915192117/https://github.com/bitnami/minideb/issues/58
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to reliably set timezone on minideb images? #58

Open
sido420 opened this issue Nov 30, 2018 · 1 comment
Open

how to reliably set timezone on minideb images? #58

sido420 opened this issue Nov 30, 2018 · 1 comment

Comments

@sido420
Copy link

@sido420 sido420 commented Nov 30, 2018

How to reliably set timezone on minideb images? Please provide an example for UTC.

Is there a universal method that works on all images?

Is tzdata required?

@DavidSche
Copy link

@DavidSche DavidSche commented Apr 16, 2019

I use this command in my Dockerfile:
...
RUN echo "Asia/Hongkong" > /etc/timezone &&
dpkg-reconfigure -f noninteractive tzdata
....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.