Added make to the image and updated a couple of tools
This commit is contained in:
parent
1594a2e10f
commit
c9952183a2
|
|
@ -0,0 +1 @@
|
|||
*.deb
|
||||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue