mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add check for timedatectl on fedora 28
This commit is contained in:
parent
7d50ba925f
commit
bdbb766a53
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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
|
||||
RUN which timedatectl
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue