Difference between revisions of "Ubuntu Reset Time in Container"
Jump to navigation
Jump to search
(Created page with "``` export DEBIAN_FRONTEND=noninteractive ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime apt-get install -y tzdata dpkg-reconfigure --frontend noninteractive tzdata ```") |
(No difference)
|
Latest revision as of 19:02, 16 October 2021
export DEBIAN_FRONTEND=noninteractive ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime apt-get install -y tzdata dpkg-reconfigure --frontend noninteractive tzdata