Skip to content

Commit

Permalink
Remove explicit setting of timezone
Browse files Browse the repository at this point in the history
- Seems not necessary, default timezone UTC should suffice
  • Loading branch information
lauft committed Jan 6, 2019
1 parent d11a73d commit 5a73150
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/docker/ubuntu1604
Expand Up @@ -7,9 +7,6 @@ RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfak
RUN apt-get install -y python RUN apt-get install -y python


RUN apt-get install -y tzdata RUN apt-get install -y tzdata
RUN ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
RUN dpkg-reconfigure --frontend noninteractive tzdata

RUN apt-get install -y python-dateutil RUN apt-get install -y python-dateutil


# Setup language environment # Setup language environment
Expand Down

0 comments on commit 5a73150

Please sign in to comment.