Fixing language environment variables in stage2 dockerfile 56/10856/1
authorsousaedu <eduardo.sousa@canonical.com>
Thu, 20 May 2021 13:20:14 +0000 (15:20 +0200)
committersousaedu <eduardo.sousa@canonical.com>
Thu, 20 May 2021 13:20:31 +0000 (15:20 +0200)
Change-Id: I7332799da5f4d96ad09156bae2f1814552be0d1b
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
Dockerfile

index 3fad212..8230f42 100644 (file)
@@ -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
 
 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