Skip to content

Commit

Permalink
[CI/CD][Dev images] Test to install PcbDraw footprints
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 23, 2024
1 parent bb2caad commit 8a30825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/dev_image_k8f/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ RUN dpkg --remove kibot && \
apt-get update && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
unzip pp.zip && \
curl https://codeload.github.com/yaqwsx/PcbDraw-Lib/zip/refs/heads/master --output pp2.zip && \
unzip pp2.zip -d KiBot-dev/kibot/resources/pcbdraw/footprints/ && \
pip3 install --break-system-packages --no-compile KiBot-dev/ && \
rm -rf KiBot-dev pp.zip && \
rm -rf KiBot-dev pp.zip pp2.zip && \
dpkg --remove kidiff kiauto && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
Expand Down

0 comments on commit 8a30825

Please sign in to comment.