dashboard
repositories
filestore
activity
search
login
docker
/
kodi-custom
Customized Kodi image
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Configure TZ to Europe/Warsaw
Jacek Kowalski
2017-09-30
15e9e4a90e7679b344542636e8565148ab42a8da
[docker/kodi-custom]
/
Dockerfile
1
2
3
4
5
FROM jacekkow/kodi
RUN echo "Europe/Warsaw" > /etc/timezone \
&& rm -f /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata