Browse Source
* 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.xmkb
Peter Johanson
3 years ago
committed by
Pete Johanson
4 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
FROM zmkfirmware/zmk-dev-arm:2.5 |
FROM docker.io/zmkfirmware/zmk-dev-arm:2.5 |
||||||
|
|
||||||
COPY .bashrc tmp |
COPY .bashrc tmp |
||||||
RUN mv /tmp/.bashrc ~/.bashrc |
RUN mv /tmp/.bashrc ~/.bashrc |
||||||
|
Loading…
Reference in new issue