Created
November 27, 2021 12:18
-
-
Save stefanopulze/048583aed997f9414028a0f2bc82597b to your computer and use it in GitHub Desktop.
Docker timezone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:latest | |
ENV TZ=America/Los_Angeles | |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment