Skip to content

Commit

Permalink
allow pip install in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Aug 27, 2024
1 parent f5c4cb4 commit 4633694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV KICADMK_DIR=/kicad-makefile
# Add KiCad plugins used
RUN git clone https://github.com/SchrodingersGat/kibom && \
cd kibom && \
pip install . && \
pip install --break-system-packages . && \
cp /kicad-makefile/bin/kibom /usr/bin
ENV BOM_CMD='python3 -m kibom'

Expand Down

0 comments on commit 4633694

Please sign in to comment.