Ubuntu Reset Time in Container
Jump to navigation
Jump to search
export DEBIAN_FRONTEND=noninteractive ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime apt-get install -y tzdata dpkg-reconfigure --frontend noninteractive tzdata