Browse Source

feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm

PR: #481
xmkb
innovaker 3 years ago committed by Pete Johanson
parent
commit
5f9244fc21
  1. 13
      .devcontainer/Dockerfile

13
.devcontainer/Dockerfile

@ -1,15 +1,4 @@ @@ -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

Loading…
Cancel
Save