From 79074c24d22b055cf0aadbb0d94b9cec1cdf6b0f Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 18 Nov 2021 09:08:29 +0100
Subject: [PATCH] [enh] #256, #388: Set image's timezone to Paris

For DeathReaper to report the date in Paris timezone and not GMT
---
 image/pip | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/image/pip b/image/pip
index ca287fb6..7310796e 100644
--- a/image/pip
+++ b/image/pip
@@ -18,6 +18,9 @@ RUN pip install .
 FROM python:${PYTHON_VERS}-slim-bullseye
 ARG PYTHON_VERS
 
+# Set timezone to Paris for DeathReaper
+ENV TZ=Europe/Paris
+
 # Create silkaj group and user
 RUN groupadd -g 1111 silkaj && \
     useradd -d /silkaj -g silkaj -u 1111 silkaj
-- 
GitLab