Kodi Home Theater Software
Jacek Kowalski
2017-09-30 2bdbc3bea3e4e2320be9247622d13fc05a4b174e
Install tzdata to enable setting a timezone
1 files deleted
1 files modified
6 ■■■■ changed files
.dockerignore 2 ●●●●● patch | view | raw | blame | history
Dockerfile 4 ●●● patch | view | raw | blame | history
.dockerignore
File was deleted
Dockerfile
@@ -2,7 +2,9 @@
RUN apt-get update \
    && apt-get -y dist-upgrade \
    && apt-get -y install --no-install-recommends software-properties-common \
    && apt-get -y install --no-install-recommends \
        software-properties-common \
        tzdata \
    && apt-get clean
RUN add-apt-repository ppa:team-xbmc/ppa \