Skip to content
Snippets Groups Projects
Commit 79074c24 authored by Moul's avatar Moul
Browse files

[enh] #256, #388: Set image's timezone to Paris

For DeathReaper to report the date in Paris timezone and not GMT
parent 78140bb2
No related branches found
No related tags found
1 merge request!198#388: Add images generation build automation
...@@ -18,6 +18,9 @@ RUN pip install . ...@@ -18,6 +18,9 @@ RUN pip install .
FROM python:${PYTHON_VERS}-slim-bullseye FROM python:${PYTHON_VERS}-slim-bullseye
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.
Finish editing this message first!
Please register or to comment