Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Created May 8, 2018 20:39
Show Gist options
  • Save rdemorais/9ef6835ea7f1566b299d4cb25da7bee2 to your computer and use it in GitHub Desktop.
Save rdemorais/9ef6835ea7f1566b299d4cb25da7bee2 to your computer and use it in GitHub Desktop.
Timezone dockerfile
RUN echo "America/Sao_Paulo" > /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