improvements

This commit is contained in:
cpu
2026-09-05 20:00:50 +02:00
parent 9054cf5b1b
commit 69305c4892
4 changed files with 35 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM kicad/kicad:10.0.4
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends python3-pip \
&& python3 -m pip install --break-system-packages kikit==1.8.0 \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /workspace
ENTRYPOINT ["kikit"]