mirror of https://github.com/google/oss-fuzz.git
[envoy] add ninja-build to base image. (#1656)
This recently became a build-time dependency for Envoy. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9586. Signed-off-by: Harvey Tuch <htuch@google.com>
This commit is contained in:
parent
1b2d1931c8
commit
74e636cfee
|
@ -21,6 +21,7 @@ RUN apt-get update && apt-get -y install \
|
|||
build-essential \
|
||||
openjdk-8-jdk \
|
||||
make \
|
||||
ninja-build \
|
||||
curl \
|
||||
autoconf \
|
||||
libtool \
|
||||
|
|
Loading…
Reference in New Issue