From 2c50c04d98deb8641b0369d87032a27f5fe8daa2 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 10 Aug 2021 21:37:31 +0200 Subject: [PATCH] [enh] #388: Set timezone of the image 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 f6f2c9e1..3048cc2e 100644 --- a/image/pip +++ b/image/pip @@ -18,6 +18,9 @@ RUN pip install . FROM python:${PYTHON_VERS}-slim-buster 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