diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 184aae9a..6c5677f4 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/*