projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d1a3d
)
Fixing language environment variables in stage2 dockerfile
56/10856/1
author
sousaedu
<eduardo.sousa@canonical.com>
Thu, 20 May 2021 13:20:14 +0000
(15:20 +0200)
committer
sousaedu
<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
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
3fad212
..
8230f42
100644
(file)
--- 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