aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-29 11:27:40 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-29 11:27:40 -0800
commitb337de9e023e47ba32ccab92bd419e48983aa395 (patch)
treeb2093d7a7b3dc01093c27f2f52289164818a9160 /tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
parentbf816d325e4281804c3f75e63c2c1f7827176300 (diff)
parentf836c7e941beb003289dc6e9a58a6e47f5caa5f0 (diff)
Merge remote-tracking branch 'upstream/master' into reference_counted
Diffstat (limited to 'tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile')
-rw-r--r--tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile b/tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
index 6966d6b8d3..990dac9128 100644
--- a/tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
+++ b/tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
@@ -66,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==9.0.1
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 twisted==17.5.0
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies