We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988d165 + 4341840 commit 4f57648Copy full SHA for 4f57648
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