From 2bdbc3bea3e4e2320be9247622d13fc05a4b174e Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 30 Sep 2017 10:15:28 +0000 Subject: [PATCH] Install tzdata to enable setting a timezone --- Dockerfile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Dockerfile b/Dockerfile index 833e4b0..f857365 100644 --- a/Dockerfile +++ b/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 \ -- Gitblit v1.9.1