Docker image with Kicad, KiBot, Pandoc and LaTeX to be used with continuous integration services for electronics projects.
# Kicad 9
docker run --rm --volume="$PWD:/mnt:z" -it ghcr.io/systemscape/kicad9_and_pandoc:latest
# Run Kibot...Prerequisites: Setup docker authentication for ghcr.io!
# kicad9_and_pandoc
docker build -t ghcr.io/systemscape/kicad9_and_pandoc:latest .
docker push ghcr.io/systemscape/kicad9_and_pandoc:latest