Skip to content

Commit 9b9a63d

Browse files
committed
Added Dockerfile for GitHub Action "v2_k6"
1 parent 6aa883e commit 9b9a63d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM setsoft/kicad_auto:latest
1+
FROM setsoft/kicad_auto:ki6
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 buster-backports make wget curl && \
6+
apt-get -y install -t bullseye-backports curl && \
7+
apt-get -y install make wget && \
78
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 - && \
89
apt -y install --no-install-recommends ./*.deb && \
910
apt-get -y remove curl wget && \

Dockerfile_k6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM setsoft/kicad_auto:dev_k6
1+
FROM setsoft/kicad_auto:ki6
22
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
33
LABEL Description="export various files from KiCad projects"
44

0 commit comments

Comments
 (0)