From 16c983a0834551922b6bcea5b10930e78f4e71c6 Mon Sep 17 00:00:00 2001 From: Naga Sugguna Date: Thu, 5 Dec 2019 20:21:58 +0000 Subject: [PATCH] [VAL-92] OS layer image UTF-8 issue Signed-off-by: Naga Sugguna Change-Id: I79db72c4124c12994823e13fb83176dda09fa37b --- docker/os/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index a47485e..19947ac 100644 --- a/docker/os/Dockerfile +++ b/docker/os/Dockerfile @@ -68,3 +68,5 @@ RUN apt-get update && apt-get -y install \ # Install bluval dependencies RUN pip3 install -r /opt/akraino/validation/bluval/requirements.txt +ENV LC_ALL=C.UTF-8 +ENV LANG=C.UTF-8 -- 2.16.6