Skip to content

Commit 4341840

Browse files
committed
set locale in mbed-os-env docker image
1 parent d1f02f3 commit 4341840

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker_images/mbed-os-env/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Pull base image
33
FROM ubuntu:20.04
44

5+
# ------------------------------------------------------------------------------
6+
# set locale
7+
ENV LANG C.UTF-8
8+
ENV LC_ALL C.UTF-8
9+
510
# ------------------------------------------------------------------------------
611
# Arguments
712
ARG WORKDIR=/root

0 commit comments

Comments
 (0)