We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f02f3 commit 4341840Copy full SHA for 4341840
docker_images/mbed-os-env/Dockerfile
@@ -2,6 +2,11 @@
2
# Pull base image
3
FROM ubuntu:20.04
4
5
+# ------------------------------------------------------------------------------
6
+# set locale
7
+ENV LANG C.UTF-8
8
+ENV LC_ALL C.UTF-8
9
+
10
# ------------------------------------------------------------------------------
11
# Arguments
12
ARG WORKDIR=/root
0 commit comments