Skip to content
Snippets Groups Projects
Commit 2c50c04d authored by Moul's avatar Moul
Browse files

[enh] #388: Set timezone of the image to Paris

For DeathReaper to report the date in Paris timezone and not GMT
parent 3f48d777
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ RUN pip install . ...@@ -18,6 +18,9 @@ RUN pip install .
FROM python:${PYTHON_VERS}-slim-buster FROM python:${PYTHON_VERS}-slim-buster
ARG PYTHON_VERS ARG PYTHON_VERS
# Set timezone to Paris for DeathReaper
ENV TZ=Europe/Paris
# Create silkaj group and user # Create silkaj group and user
RUN groupadd -g 1111 silkaj && \ RUN groupadd -g 1111 silkaj && \
useradd -d /silkaj -g silkaj -u 1111 silkaj useradd -d /silkaj -g silkaj -u 1111 silkaj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment