X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=8230f429290d96c19d22884422a1dc97f88d00a1;hb=refs%2Fchanges%2F46%2F11246%2F41;hp=3fad21208556047757349c273527652e6026f4ea;hpb=96abfc244d7937f7bb33aae8916033c0defd29d4;p=osm%2FRO.git 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