Skip to content

Commit

Permalink
Espressif image now requires pip3 install --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis committed Jun 4, 2024
1 parent 6f6cc00 commit d4f31ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/espressif.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
--mount=type=cache,target=/root/.cache/pip,sharing=locked,id=espressif-idf-latest-root-cache-pip \
python3 --version && \
pip3 --version && \
pip3 install pipenv
pip3 install --break-system-packages pipenv

RUN git config --system safe.directory "*"

Expand Down

0 comments on commit d4f31ec

Please sign in to comment.