mirror of https://github.com/google/oss-fuzz.git
Envoy needs Python for its C/C++ compiler wrapper. (#1185)
This commit is contained in:
parent
80e6a22dc0
commit
8859dcda5d
|
@ -26,7 +26,8 @@ RUN apt-get update && apt-get -y install \
|
|||
libtool \
|
||||
cmake \
|
||||
wget \
|
||||
golang
|
||||
golang \
|
||||
python
|
||||
|
||||
# Install Bazel
|
||||
RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list
|
||||
|
|
Loading…
Reference in New Issue