From 9117cf7006546ffa803ef88023fdc7d7c46f8e1d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 22 Jul 2024 22:23:10 +0200 Subject: [PATCH] not needed --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c34515529..0e979a816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,8 +70,6 @@ COPY changedetection.py /app/changedetection.py # Because we now need to know more about locales due to the price-monitoring being able to format/show different numbers/currencies. ENV LC_ALL=en_US.UTF-8 RUN locale-gen en_US.UTF-8 -# Set the locale (optional) -RUN update-locale LC_ALL=en_US.UTF-8 # Github Action test purpose(test-only.yml). # On production, it is effectively LOGGER_LEVEL=''.