summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2021-04-30 10:07:11 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2021-04-30 10:07:11 +0200
commitc04de2e4bc8bad17a9c08a83145a7c71e833e5ed (patch)
tree8b46461e376e1b02abf72f581107809b59c9852e
parente7c215d652ba8b26f5a60475b0c6b5780f0cb6a2 (diff)
downloadpoezio-c04de2e4bc8bad17a9c08a83145a7c71e833e5ed.tar.gz
poezio-c04de2e4bc8bad17a9c08a83145a7c71e833e5ed.tar.xz
poezio-c04de2e4bc8bad17a9c08a83145a7c71e833e5ed.zip
Add timezone setting for logs and history of poezio
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f76cca8..6c50c9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,10 @@
FROM fedora:34
MAINTAINER http://fedoraproject.org/wiki/Cloud
+# Set the timezone (for logs and history of poezio)
+# Comment this line to use UTC timezone
+ENV TZ="Europe/Paris"
+
RUN dnf -y update && dnf clean all
RUN dnf -y install dnf-plugins-core && dnf clean all