[VAL-92] OS layer image UTF-8 issue 96/2096/1 2.0.1
authorNaga Sugguna <ns156u@att.com>
Thu, 5 Dec 2019 20:21:58 +0000 (20:21 +0000)
committerNaga Sugguna <ns156u@att.com>
Thu, 5 Dec 2019 20:21:58 +0000 (20:21 +0000)
Signed-off-by: Naga Sugguna <ns156u@att.com>
Change-Id: I79db72c4124c12994823e13fb83176dda09fa37b

docker/os/Dockerfile

index a47485e..19947ac 100644 (file)
@@ -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