Switched to KiCad 5 action, to create v2 tag
This commit is contained in:
parent
48dcc19a11
commit
7045778c90
|
|
@ -1,10 +1,9 @@
|
||||||
FROM setsoft/kicad_auto:dev_k6
|
FROM setsoft/kicad_auto:dev
|
||||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||||
LABEL Description="export various files from KiCad projects"
|
LABEL Description="export various files from KiCad projects"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install -t bullseye-backports curl && \
|
apt-get -y install -t buster-backports make wget curl && \
|
||||||
apt-get -y install make wget && \
|
|
||||||
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 - && \
|
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 -y install --no-install-recommends ./*.deb && \
|
||||||
apt-get -y remove curl wget && \
|
apt-get -y remove curl wget && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue