Skip to content

Commit

Permalink
feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
innovaker authored and petejohanson committed Dec 10, 2020
1 parent f9e7411 commit 5f9244f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f9244f

Please sign in to comment.