| commit | 62c8bd1060e8a01066084b5f199fd0e2469eadc0 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Aug 19 08:01:08 2024 +0000 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Aug 19 08:01:08 2024 +0000 |
| tree | 920125ecb8e620f8664cdb959d167a0adb6df145 | |
| parent | 52468dc2a5abd584245277e2e28ec1693baea2a8 [diff] [blame] |
Fix monitoring thread when refresh period is -1 Change-Id: Ib26177052e6c7daa2ec9e92e1532cc8dd985493a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile b/Dockerfile index 27ab273..ea19e3d 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -41,5 +41,5 @@ python3-pip \ tox -ENV LC_ALL C.UTF-8 -ENV LANG C.UTF-8 +ENV LC_ALL=C.UTF-8 +ENV LANG=C.UTF-8