Add check for timedatectl on fedora 28

This commit is contained in:
Thomas Lauf 2019-01-07 21:53:51 +01:00
parent 7d50ba925f
commit bdbb766a53

View file

@ -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 git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
RUN dnf install python-dateutil -y RUN dnf install python-dateutil -y
RUN timedatectl RUN which timedatectl
# Setup language environment # Setup language environment
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8