File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL Description="KiCad 9 with KiBot and other automation scripts (development)
44
55RUN 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 && \
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ LABEL Description="KiCad 9 with KiBot and other automation scripts"
44
55RUN 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 && \
You can’t perform that action at this time.
0 commit comments