Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set timezone to Europe/Berlin
- Necessary as export.t fails on timezone Etc/UTC (needs to be investigated!)
  • Loading branch information
lauft committed Jan 7, 2019
1 parent 5a73150 commit 62dd70f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/docker/ubuntu1604
Expand Up @@ -9,6 +9,9 @@ RUN apt-get install -y python
RUN apt-get install -y tzdata RUN apt-get install -y tzdata
RUN apt-get install -y python-dateutil RUN apt-get install -y python-dateutil


RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
RUN dpkg-reconfigure -f noninteractive tzdata

# Setup language environment # Setup language environment
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8
Expand Down

0 comments on commit 62dd70f

Please sign in to comment.