Skip to content

Commit

Permalink
[CI/CD][Dev Images][Fixes] Name of subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 23, 2024
1 parent 8a30825 commit bf9b5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/dev_image_k8f/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN dpkg --remove kibot && \
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/ && \
unzip pp2.zip -d KiBot-dev/kibot/resources/pcbdraw/ && \
mv KiBot-dev/kibot/resources/pcbdraw/PcbDraw-Lib-master/ KiBot-dev/kibot/resources/pcbdraw/footprints && \
pip3 install --break-system-packages --no-compile KiBot-dev/ && \
rm -rf KiBot-dev pp.zip pp2.zip && \
dpkg --remove kidiff kiauto && \
Expand Down

0 comments on commit bf9b5b3

Please sign in to comment.