We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dcc19 commit 7045778Copy full SHA for 7045778
Dockerfile
@@ -1,10 +1,9 @@
1
-FROM setsoft/kicad_auto:dev_k6
+FROM setsoft/kicad_auto:dev
2
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
3
LABEL Description="export various files from KiCad projects"
4
5
RUN apt-get update && \
6
- apt-get -y install -t bullseye-backports curl && \
7
- apt-get -y install make wget && \
+ apt-get -y install -t buster-backports make wget curl && \
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 - && \
9
apt -y install --no-install-recommends ./*.deb && \
10
apt-get -y remove curl wget && \
0 commit comments