diff --git a/Dockerfile b/Dockerfile index 63777e8..c0d882a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update && \ COPY kibot*.deb / RUN apt-get update && \ + apt-get -y install --no-install-recommends imagemagick librsvg2-bin && \ apt -y install ./kibot*.deb && \ apt-get -y autoremove && \ rm /*.deb && \ diff --git a/README.md b/README.md index 8d4a91f..6363656 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This image is based on [setsoft/kicad_debian](https://github.com/INTI-CMNB/kicad The available tags are: * **10.3-5.1.5** is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.4, kicad-automation-scripts 1.3.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1 -* **10.4-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with KiBot 0.6.1, kicad-automation-scripts 1.4.1, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0 +* **10.4-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with KiBot 0.6.1, kicad-automation-scripts 1.4.1, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0-2 You can run it using a script like this: