[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:
htuch 2018-07-26 06:42:24 -07:00 committed by Max Moroz
parent 1b2d1931c8
commit 74e636cfee
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN apt-get update && apt-get -y install \
build-essential \
openjdk-8-jdk \
make \
ninja-build \
curl \
autoconf \
libtool \