zmk/.devcontainer/Dockerfile

5 lines
98 B
Docker

FROM docker.io/zmkfirmware/zmk-dev-arm:4.1-branch
COPY .bashrc tmp
RUN mv /tmp/.bashrc ~/.bashrc