Skip to content

Commit

Permalink
[CI/CD][Dev Images] Trying to fix dev_image_k9
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 25, 2025
1 parent 3d34276 commit 1aa698b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/dev_image_k9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ LABEL Description="KiCad 9 with KiBot and other automation scripts (development)

RUN dpkg --remove kibot && \
apt-get update && \
apt-get -y install --no-install-recommends curl unzip python3-pip && \
apt-get download curl python3-pip python3-distutils python3-setuptools python3-wheel python3-lib2to3 && \
dpkg -i curl*.deb python3-pip*.deb python3-distutils*.deb python3-setuptools*.deb python3-wheel*.deb python3-lib2to3*.deb && \
rm curl*.deb python3-pip*.deb python3-distutils*.deb python3-setuptools*.deb python3-wheel*.deb python3-lib2to3*.deb && \
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 && \
Expand Down

0 comments on commit 1aa698b

Please sign in to comment.