mirror of https://github.com/ARMmbed/mbed-os.git
set locale in mbed-os-env docker image
parent
d1f02f3078
commit
4341840f53
|
@ -2,6 +2,11 @@
|
|||
# Pull base image
|
||||
FROM ubuntu:20.04
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# set locale
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Arguments
|
||||
ARG WORKDIR=/root
|
||||
|
|
Loading…
Reference in New Issue