We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeef54 commit 37ce36aCopy full SHA for 37ce36a
projects/connectedhomeip/Dockerfile
@@ -21,7 +21,7 @@ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
21
RUN apt-get update && \
22
apt-get install -y --no-install-recommends pkg-config libssl-dev libdbus-1-dev libglib2.0-dev libglib2.0-0\
23
libavahi-client-dev ninja-build libmount-dev libblkid-dev \
24
- unzip libgirepository1.0-dev libcairo2-dev libreadline-dev patchelf file
+ unzip libgirepository1.0-dev libcairo2-dev libreadline-dev patchelf file libevent-dev
25
26
# Install Rust for building `cryptography` python package when bootstraping pigweed
27
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
0 commit comments