Skip to content

Commit

Permalink
try LC_TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Nov 1, 2024
1 parent 0a7382a commit 367afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schafkopf/scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \

# Set locale environment variables
ENV LANG=de_DE.UTF-8 \
LC_ALL=de_DE.UTF-8 \
LC_TIME=de_DE.UTF-8 \
LANGUAGE=de_DE.UTF-8

ENV PYTHONPATH="/app"
Expand Down

0 comments on commit 367afb9

Please sign in to comment.