X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=8230f429290d96c19d22884422a1dc97f88d00a1;hp=3fad21208556047757349c273527652e6026f4ea;hb=2644b76248a1b96f7a47013b414e31b4e3feecf8;hpb=fee977a304dbfadee797e25906df2db3cf51f1e3 diff --git a/Dockerfile b/Dockerfile index 3fad212..8230f42 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