KiBot/Dockerfile

11 lines
303 B
Docker

FROM ghcr.io/inti-cmnb/kicad5_auto_full:1.6.3-2_k5.1.9_d11.6_b3.4.1
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" ]