[CI/CD][KiCad 5] Adapted the dev image creation to Debian 11
This commit is contained in:
parent
3f6a08e46c
commit
7c82ae591b
|
|
@ -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/ && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue