From efe18a995b5240562d177087da73a8bc8e5fe113 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 27 Nov 2020 21:09:58 -0500 Subject: Setup locales so make mnuconfig works properly inside the dev container ; add nano to the dev container so git has a valid editor in case users use git directly within the container --- .devcontainer/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.devcontainer') diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 184aae9..6c5677f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,9 +1,13 @@ FROM zmkfirmware/zephyr-west-action-arm +ENV LC_ALL=C + RUN apt-get -y update && \ apt-get -y upgrade && \ apt-get install --no-install-recommends -y \ ssh \ + nano \ + locales \ gpg && \ rm -rf /var/lib/apt/lists/* -- cgit v1.2.3