diff options
author | Ken Payson <kpayson@google.com> | 2017-02-17 22:52:27 -0800 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2017-02-22 18:43:10 -0800 |
commit | 626fb455acb45f200a1b933fb63d610b42fb198b (patch) | |
tree | ea245f6eaf66bc510ed56d255a0818949c7cbf2c /tools/dockerfile/grpc_artifact_python_manylinux_x64 | |
parent | bb3edafea245a9780cc4c10f0b58da21e8193f38 (diff) |
Add Python3.6 to build artifacts
Diffstat (limited to 'tools/dockerfile/grpc_artifact_python_manylinux_x64')
-rw-r--r-- | tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile b/tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile index 69e624aa41..7109862911 100644 --- a/tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile +++ b/tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile @@ -53,6 +53,7 @@ RUN /opt/python/cp27-cp27m/bin/pip install cython RUN /opt/python/cp27-cp27mu/bin/pip install cython RUN /opt/python/cp34-cp34m/bin/pip install cython RUN /opt/python/cp35-cp35m/bin/pip install cython +RUN /opt/python/cp36-cp36m/bin/pip install cython #################################################### # Install auditwheel with fix for namespace packages |