diff --git a/image/pip b/image/pip index ca287fb6989ae4076b19e6e52a81d0e63bfba129..7310796eb273ee524680489f0d4368ba8d0a8ad1 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