File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM setsoft/kicad_auto:latest
1
+ FROM setsoft/kicad_auto:ki6
2
2
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
3
3
LABEL Description="export various files from KiCad projects"
4
4
5
5
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 && \
7
8
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 - && \
8
9
apt -y install --no-install-recommends ./*.deb && \
9
10
apt-get -y remove curl wget && \
Original file line number Diff line number Diff line change 1
- FROM setsoft/kicad_auto:dev_k6
1
+ FROM setsoft/kicad_auto:ki6
2
2
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
3
3
LABEL Description="export various files from KiCad projects"
4
4
You can’t perform that action at this time.
0 commit comments