Skip to content

Commit 7045778

Browse files
committed
Switched to KiCad 5 action, to create v2 tag
1 parent 48dcc19 commit 7045778

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM setsoft/kicad_auto:dev_k6
1+
FROM setsoft/kicad_auto:dev
22
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
33
LABEL Description="export various files from KiCad projects"
44

55
RUN apt-get update && \
6-
apt-get -y install -t bullseye-backports curl && \
7-
apt-get -y install make wget && \
6+
apt-get -y install -t buster-backports make wget curl && \
87
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 - && \
98
apt -y install --no-install-recommends ./*.deb && \
109
apt-get -y remove curl wget && \

0 commit comments

Comments
 (0)