X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Dockerfile;h=8230f429290d96c19d22884422a1dc97f88d00a1;hp=3fad21208556047757349c273527652e6026f4ea;hb=37d0befd4a0e244c1fee3ea0ea68be23f89b7c1d;hpb=96abfc244d7937f7bb33aae8916033c0defd29d4 diff --git a/Dockerfile b/Dockerfile index 3fad2120..8230f429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,3 +34,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ RUN python3 -m easy_install pip==21.0.1 RUN pip3 install tox==3.22.0 + +ENV LC_ALL C.UTF-8 +ENV LANG C.UTF-8