5cc7c280a5
* 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.
4 lines
91 B
Docker
4 lines
91 B
Docker
FROM docker.io/zmkfirmware/zmk-dev-arm:2.5
|
|
|
|
COPY .bashrc tmp
|
|
RUN mv /tmp/.bashrc ~/.bashrc
|