mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* Some runtimes (e.g. podman), require explicit registries in image URLs or will prompt for the user to select one, which breaks things like VSCode remote container rebuilds.
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM docker.io/zmkfirmware/zmk-dev-arm:2.5
|
|
|
|
COPY .bashrc tmp
|
|
RUN mv /tmp/.bashrc ~/.bashrc
|