improvements
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user