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 914d8da commit c35ad9eCopy full SHA for c35ad9e
Dockerfile
@@ -3,7 +3,8 @@ 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 make wget curl && \
+ apt-get -y install -t bullseye-backports curl && \
7
+ apt-get -y install make wget && \
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