Run timedatectl to debug container

This commit is contained in:
Thomas Lauf 2019-01-07 21:34:34 +01:00
parent f843b6e732
commit 8e61ab830d

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-dateutil -y
RUN timedatectl set-timezone Europe/Berlin
RUN timedatectl
# Setup language environment
ENV LC_ALL en_US.UTF-8