diff --git a/image/pip b/image/pip index f6f2c9e12dd80ae46c9dd2e98b741e3264068d8e..3048cc2ee39004a0b07a615de3fdae6490c09506 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