summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2cd6340..9351823 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -7,7 +7,7 @@
FROM ubuntu:16.04
LABEL image=opnfv/clover
-ARG ISTIO_VERSION=0.6.0
+ARG ISTIO_VERSION=1.0.0
# GIT repo directory
ENV REPOS_DIR="/home/opnfv/repos"
@@ -20,7 +20,7 @@ RUN apt-get update \
&& apt-get install -y git python-setuptools python-pip curl apt-transport-https \
&& apt-get -y autoremove && apt-get clean \
&& pip install --upgrade pip \
- && python -m pip install grpcio argparse
+ && python -m pip install grpcio argparse protobuf
# Fetch source code
RUN mkdir -p ${REPOS_DIR}