libevent: add missing pkg-config to fix the build (#6032)

This commit is contained in:
Azat Khuzhin 2021-07-13 15:33:21 +03:00 committed by GitHub
parent d13080d30e
commit ab607fbea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool cmake
RUN apt-get update && apt-get install -y make autoconf automake libtool cmake pkg-config
RUN git clone --depth 1 https://github.com/libevent/libevent.git libevent
WORKDIR libevent
COPY build.sh *.cc $SRC/