X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=a3f7400443a06b4922903aed820a341317a57ed2;hb=85dc239b834cfe437455d0bb815c667ca905edc6;hp=c3297dac213cbf28e949c22063001a7b77a3578b;hpb=a60ec7310d582158700acf9f3fb1945cb05bacca;p=osm%2Fdevops.git diff --git a/Dockerfile b/Dockerfile index c3297dac..a3f74004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,6 @@ # FROM ubuntu:18.04 -ENV LANG en_IN.UTF-8 RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ @@ -39,3 +38,7 @@ 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 +