[KiCad 6] Switched to git from backports

- It can handle errors produced on repos used by Windows and
  Linux at the same time.

Related to INTI-CMNB/KiBot#265
This commit is contained in:
Salvador E. Tropea 2022-09-01 14:07:30 -03:00
parent 7d6bf91a27
commit a66df8d042
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ LABEL Description="KiCad with KiBot and other automation scripts"
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
apt-get update && \
apt-get -y install -t bullseye-backports curl && \
apt-get -y install --no-install-recommends -t bullseye-backports git && \
apt-get -y install make wget curl rar bzip2 librsvg2-bin ghostscript && \
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen git poppler-utils && \
apt-get -y install --no-install-recommends imagemagick python3-qrcodegen poppler-utils && \
curl -s https://api.github.com/repos/INTI-CMNB/KiAuto/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
curl -s https://api.github.com/repos/INTI-CMNB/KiBoM/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \