Added make to the image and updated a couple of tools

This commit is contained in:
Salvador E. Tropea 2020-04-24 23:33:46 -03:00
parent 1594a2e10f
commit c9952183a2
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.deb

View File

@ -4,6 +4,7 @@ LABEL Description="KiCad with KiPlot and other automation scripts"
COPY *.deb /
RUN apt-get update && \
apt-get -y install --no-install-recommends make && \
apt -y install --no-install-recommends ./*.deb && \
apt-get -y autoremove && \
rm /*.deb && \

View File

@ -15,7 +15,7 @@ This image is based on [setsoft/kicad_debian](https://github.com/INTI-CMNB/kicad
The available tags are:
* **10.3-5.1.5** (same as **latest**) is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.3, kicad-automation-scripts 1.1.6, KiBoM 1.6.2 and interactivehtmlbom 2.3
* **10.3-5.1.5** (same as **latest**) is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.3, kicad-automation-scripts 1.1.6, KiBoM 1.6.3 and interactivehtmlbom 2.3.1
You can run it using a script like this: