Skip to content

Commit b34fefa

Browse files
committed
[CI/CD][Dev Images] Now we need explicit setuptools install
1 parent 1e37c8e commit b34fefa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tools/dev_image_k9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="KiCad 9 with KiBot and other automation scripts (development)
44

55
RUN dpkg --remove kibot && \
66
apt-get update && \
7-
apt-get -y install --no-install-recommends curl unzip python3-pip && \
7+
apt-get -y install --no-install-recommends curl unzip python3-pip python3-setuptools && \
88
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
99
unzip pp.zip && \
1010
curl https://codeload.github.com/yaqwsx/PcbDraw-Lib/zip/refs/heads/master --output pp2.zip && \

tools/dev_image_k9f/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL Description="KiCad 9 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kibot && \
66
apt-get update && \
7+
apt-get -y install --no-install-recommends python3-setuptools && \
78
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
89
unzip pp.zip && \
910
curl https://codeload.github.com/yaqwsx/PcbDraw-Lib/zip/refs/heads/master --output pp2.zip && \

0 commit comments

Comments
 (0)