mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Explicitly set timezone to Europe/Berlin on fedora 28
This commit is contained in:
parent
092003f4cb
commit
0199f2db7d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ RUN dnf update -y
|
|||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
|
||||
RUN dnf install python-dateutil -y
|
||||
|
||||
RUN timedatectl set-timezone Europe/Berlin
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue