Skip to content

Instantly share code, notes, and snippets.

@buddhike
Created March 12, 2019 09:43
Show Gist options
  • Save buddhike/dad53fd104871cbbf31b83cf172fdc14 to your computer and use it in GitHub Desktop.
Save buddhike/dad53fd104871cbbf31b83cf172fdc14 to your computer and use it in GitHub Desktop.
RUN apk add tzdata && \
cp /usr/share/zoneinfo/Australia/Sydney /etc/localtime && \
echo "Australia/Sydney" > /etc/timezone && \
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment