[CI/CD][KiCad 5] Adapted the dev image creation to Debian 11

This commit is contained in:
Salvador E. Tropea 2022-08-11 18:22:24 -03:00
parent 3f6a08e46c
commit 7c82ae591b
1 changed files with 1 additions and 1 deletions

View File

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