You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/05/17 19:45:53 UTC

[beam] branch master updated: Add future dependency to the Dockerfile

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new eded06c  Add future dependency to the Dockerfile
eded06c is described below

commit eded06c34db420cbe17b985a1494ab7e3e559fb4
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu May 17 11:01:13 2018 -0700

    Add future dependency to the Dockerfile
    
    This is a follow-up for https://github.com/apache/beam/pull/5379.
---
 sdks/python/container/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 7da26cf..eecfd3d 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -55,6 +55,7 @@ RUN \
     pip install "six == 1.10.0" && \
     pip install "typing == 3.6.1" && \
     pip install "futures == 3.1.1" && \
+    pip install "future == 0.16.0" && \
     # Setup packages
     pip install "nose == 1.3.7" && \
     # GCP extra features

-- 
To stop receiving notification emails like this one, please contact
pabloem@apache.org.