Skip to content

Commit

Permalink
fix: add --break-system-packages to pip pyserial
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Nov 13, 2024
1 parent 48a4f66 commit 1dd17ce
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 @@ -39,7 +39,7 @@ RUN arduino-cli --additional-urls ${SENSEBOXCORE_URL} core install sensebox:samd

# install ESP32
RUN apt-get install -y python3-pip
RUN pip install pyserial
RUN pip install pyserial --break-system-packages
RUN curl -o /root/.arduino15/package_esp32_index.json ${ESP32CORE_URL}
RUN arduino-cli --additional-urls ${ESP32CORE_URL} core install esp32:esp32@${ESP32_VERSION}

Expand Down

0 comments on commit 1dd17ce

Please sign in to comment.