Skip to content

Commit

Permalink
sdk esp-idf: upgrade to debian:bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpComb committed Aug 2, 2024
1 parent b0bdc35 commit 29aa9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/esp-idf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM debian:bullseye
FROM debian:bookworm

# dependencies
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-setup.html
RUN apt-get update && apt-get install -y \
git wget flex bison gperf \
python3 python3-pip python3-setuptools \
python3 python3-pip python3-setuptools python3-virtualenv \
cmake ninja-build ccache dfu-util \
libffi-dev libssl-dev libusb-1.0-0

Expand Down

0 comments on commit 29aa9e1

Please sign in to comment.