Merge pull request #15060 from saheerb/master

set locale in mbed-os-env Docker image
pull/15061/head
Martin Kojtal 2021-09-09 07:16:51 +01:00 committed by GitHub
commit 4f576481b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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