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