Changed to KiCad 5 action.

This commit is contained in:
Salvador E. Tropea 2022-03-25 10:50:30 -03:00
parent 6d50e5489b
commit 1a80260428
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
FROM setsoft/kicad_auto:dev_k6
FROM setsoft/kicad_auto:dev
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
LABEL Description="export various files from KiCad projects"
RUN apt-get update && \
apt-get -y install -t bullseye-backports curl && \
apt-get -y install make wget && \
apt-get -y install -t buster-backports make wget curl && \
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
apt -y install --no-install-recommends ./*.deb && \
apt-get -y remove curl wget && \