mirror of https://github.com/google/oss-fuzz.git
libevent: add missing pkg-config to fix the build (#6032)
This commit is contained in:
parent
d13080d30e
commit
ab607fbea3
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue