pterodactyl / images

Generic docker images designed to work with Pterodactyl Panel and its daemon.
https://pterodactyl.io
MIT License
49 stars 182 forks source link

fix java timezone stupidity #39

Closed parkervcp closed 5 years ago

parkervcp commented 5 years ago

Java uses /etc/timezone but we are looping in /etc/localtime. This just creates a symlink that fixes it.