This website requires JavaScript.
Explore
Help
Sign in
pwarren
/
zmk_mf68
Watch
1
Star
0
Fork
You've already forked zmk_mf68
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
97e50c39d5
zmk_mf68
/
.devcontainer
/
Dockerfile
5 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
refactor: Move to explicit docker.io/* image references. * 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.
2021-10-19 05:08:51 +11:00
FROM docker.io/zmkfirmware/zmk-dev-arm:2.5
Conditionally source zephyr-env.sh in .bashrc
2020-10-10 11:49:42 +11:00
COPY .bashrc tmp
RUN mv /tmp/.bashrc ~/.bashrc
Reference in a new issue
Copy permalink