Envoy needs Python for its C/C++ compiler wrapper. (#1185)

This commit is contained in:
jmillikin-stripe 2018-02-22 13:55:14 -08:00 committed by Oliver Chang
parent 80e6a22dc0
commit 8859dcda5d
1 changed files with 2 additions and 1 deletions

View File

@ -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