X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fos%2FDockerfile;h=19947ac3a41261b7ab732dedbffb22f2b32b27a1;hp=a47485efd1acc1e4b7a08f505a429eca80bc410b;hb=16c983a0834551922b6bcea5b10930e78f4e71c6;hpb=57c5345c26134129572612dca8382fe493054522 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