set locale in mbed-os-env docker image

pull/15060/head
Saheer 2021-09-08 13:19:17 +01:00
parent d1f02f3078
commit 4341840f53
1 changed files with 5 additions and 0 deletions

View File

@ -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