mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Set timezone to Europe/Berlin
- Necessary as export.t fails on timezone Etc/UTC (needs to be investigated!)
This commit is contained in:
parent
5a73150b6e
commit
62dd70f999
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue