summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2021-04-30 10:09:36 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2021-04-30 10:09:36 +0200
commit205d8d9f90d62c471bc12c032f77c4935fabfcda (patch)
tree9ee33989cb21c550e869c3f373e0d5d51340e1c1
parent899d476d4ea57fd3b04933c88b9e9e5696a333d9 (diff)
downloadpoezio-205d8d9f90d62c471bc12c032f77c4935fabfcda.tar.gz
poezio-205d8d9f90d62c471bc12c032f77c4935fabfcda.tar.xz
poezio-205d8d9f90d62c471bc12c032f77c4935fabfcda.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 04cb119..3eb44ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,10 @@
FROM arm32v7/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