Code Review
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
57c5345
)
[VAL-92] OS layer image UTF-8 issue
96/2096/1
2.0.1
author
Naga Sugguna
<ns156u@att.com>
Thu, 5 Dec 2019 20:21:58 +0000
(20:21 +0000)
committer
Naga 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
patch
|
blob
|
history
diff --git
a/docker/os/Dockerfile
b/docker/os/Dockerfile
index
a47485e
..
19947ac
100644
(file)
--- 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