diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-09 21:44:00 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-10 14:01:59 -0500 |
commit | 5f9244fc21f063d68cc600667d56fda87357e424 (patch) | |
tree | 7cb7e95b96c5c554a180c2da6580540083e67b38 /.devcontainer | |
parent | f9e74110ab3134aea6f3d4dc3a037fd2415e2203 (diff) |
feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm
PR: #481
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/Dockerfile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6c5677f..2ef3135 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,15 +1,4 @@ -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/* +FROM zmkfirmware/zmk-dev-arm:2.3 COPY .bashrc tmp RUN mv /tmp/.bashrc ~/.bashrc |