Skip to content

Commit

Permalink
[Base OS] Temporarily install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 5, 2024
1 parent 6b90bcf commit ede304c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list.d/debi
echo "KiKit dependencies" && \
apt -y install --no-install-recommends python3-click python3-commentjson python3-markdown2 python3-numpy openscad && \
echo "Nasty patch to support tightframe on KiKit panelization" && \
apt -y install python3-pip && \
pip install --break-system-packages shapely && \
apt -y remove python3-pip && \
echo "KiAuto dependencies" && \
apt -y install --no-install-recommends python3-psutil python3-xvfbwrapper recordmydesktop xdotool xsltproc xclip && \
echo "KiDiff dependencies" && \
Expand Down

0 comments on commit ede304c

Please sign in to comment.