FROM setsoft/kicad_debian:latest MAINTAINER Salvador E. Tropea LABEL Description="KiCad with KiPlot and other automation scripts" COPY *.deb / RUN apt-get update && \ apt -y install --no-install-recommends ./*.deb && \ apt-get -y autoremove && \ rm /*.deb && \ rm -rf /var/lib/apt/lists/*