File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ COMPONENT_DIRS = $(COMMON_PATH) \
157
157
/opt
158
158
# Explicitly specify SDK components to build.
159
159
SDK_COMPONENTS = app_trace app_update bootloader bootloader_support cxx driver \
160
- esp_adc_cal esp32 esp_ringbuf esptool_py ethernet expat freertos heap \
160
+ esp_adc_cal esp_event esp32 esp_ringbuf esptool_py ethernet expat freertos heap \
161
161
log lwip micro-ecc newlib nvs_flash partition_table pthread soc \
162
162
spi_flash smartconfig_ack tcpip_adapter vfs wpa_supplicant xtensa-debug-module
163
163
Original file line number Diff line number Diff line change 1
- docker.io/mgos/esp32-build:3.1-r3
1
+ docker.io/mgos/esp32-build:3.1-r4
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ RUN cd /tmp && \
15
15
rm -rf /tmp/fsync-stub
16
16
17
17
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
18
+ python-cryptography python3-cryptography \
18
19
python-future python3-future \
19
20
python-pkg-resources python3-pkg-resources \
20
21
python-setuptools python3-setuptools \
You can’t perform that action at this time.
0 commit comments