[CI/CD] Curl from backports

This commit is contained in:
Salvador E. Tropea 2023-03-16 12:59:29 -03:00
parent cf98ca05c8
commit 01ae0d9fb0
3 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,8 @@ LABEL Description="KiCad 5 with KiBot and other automation scripts"
RUN dpkg --remove kicost kibot && \
apt-get update && \
apt-get -y install --no-install-recommends curl unzip python3-pip && \
apt-get -y install --no-install-recommends -t bullseye-backports curl && \
apt-get -y install --no-install-recommends unzip python3-pip && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
unzip pp.zip && \
pip3 install --no-compile KiBot-dev/ && \

View File

@ -4,7 +4,8 @@ LABEL Description="KiCad 6 with KiBot and other automation scripts"
RUN dpkg --remove kicost kibot && \
apt-get update && \
apt-get -y install --no-install-recommends curl unzip python3-pip && \
apt-get -y install --no-install-recommends -t bullseye-backports curl && \
apt-get -y install --no-install-recommends unzip python3-pip && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
unzip pp.zip && \
pip3 install --no-compile KiBot-dev/ && \

View File

@ -4,7 +4,8 @@ LABEL Description="KiCad 6 with KiBot and other automation scripts"
RUN dpkg --remove kicost kibot && \
apt-get update && \
apt-get -y install --no-install-recommends curl unzip python3-pip && \
apt-get -y install --no-install-recommends -t bullseye-backports curl && \
apt-get -y install --no-install-recommends unzip python3-pip && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
unzip pp.zip && \
pip3 install --no-compile KiBot-dev/ && \