KiBot/Dockerfile

11 lines
301 B
Docker

FROM ghcr.io/inti-cmnb/kicad5_auto_full:1.6.2-1_k5.1.9_d11.6_b3.4
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
LABEL Description="Export various files from KiCad projects (KiCad 7)"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /mnt
ENTRYPOINT [ "/entrypoint.sh" ]