[CI/CD] Curl from backports
This commit is contained in:
parent
cf98ca05c8
commit
01ae0d9fb0
|
|
@ -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/ && \
|
||||
|
|
|
|||
|
|
@ -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/ && \
|
||||
|
|
|
|||
|
|
@ -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/ && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue