Fixed curl libs from backports

This commit is contained in:
Salvador E. Tropea 2021-05-04 10:36:08 -03:00
parent 7c23381adb
commit dffb7f5cfc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
LABEL Description="export various files from KiCad projects"
RUN apt-get update && \
apt-get -y install make wget curl && \
apt-get -y install -t buster-backports make wget curl && \
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 - && \
apt -y install --no-install-recommends ./*.deb && \
apt-get -y remove curl wget && \