Created
October 26, 2017 08:52
-
-
Save mskoroglu/4cef04776de8706df460838a1e9cc596 to your computer and use it in GitHub Desktop.
Dockerfile | 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
RUN tz=Europe/Istanbul && cp -vf /usr/share/zoneinfo/$tz /etc/localtime && echo $tz | tee /etc/timezone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment