feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm
PR: #481
This commit is contained in:
parent
f9e74110ab
commit
5f9244fc21
1 changed files with 1 additions and 12 deletions
|
@ -1,15 +1,4 @@
|
||||||
FROM zmkfirmware/zephyr-west-action-arm
|
FROM zmkfirmware/zmk-dev-arm:2.3
|
||||||
|
|
||||||
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/*
|
|
||||||
|
|
||||||
COPY .bashrc tmp
|
COPY .bashrc tmp
|
||||||
RUN mv /tmp/.bashrc ~/.bashrc
|
RUN mv /tmp/.bashrc ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue