From 8e61ab830d944a4c2222a70818a3871864645462 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Mon, 7 Jan 2019 21:34:34 +0100 Subject: [PATCH] Run timedatectl to debug container --- test/docker/fedora28 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker/fedora28 b/test/docker/fedora28 index a7887b33..a1e2af34 100644 --- a/test/docker/fedora28 +++ b/test/docker/fedora28 @@ -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