Docker: keep poetry installed (#30108)

keep poetry
old-commit-hash: 7ab14fa71f
laptop
Justin Newberry 2 years ago committed by GitHub
parent dc0babfae4
commit 4f69870dc9
  1. 3
      Dockerfile.openpilot_base

@ -38,8 +38,7 @@ COPY --chown=$USER tools/install_python_dependencies.sh /tmp/tools/
RUN cd /tmp && \
tools/install_python_dependencies.sh && \
rm -rf /tmp/* && \
rm -rf /home/$USER/.cache && \
pip uninstall -y poetry
rm -rf /home/$USER/.cache
USER root
RUN sudo git config --global --add safe.directory /tmp/openpilot
Loading…
Cancel
Save