Skip to content

Instantly share code, notes, and snippets.

@stefanopulze
Created November 27, 2021 12:18
Show Gist options
  • Save stefanopulze/048583aed997f9414028a0f2bc82597b to your computer and use it in GitHub Desktop.
Save stefanopulze/048583aed997f9414028a0f2bc82597b to your computer and use it in GitHub Desktop.
Docker timezone
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