aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/release/wheel/Dockerfile
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-06-28 15:22:19 -0700
committerGravatar GitHub <noreply@github.com>2017-06-28 15:22:19 -0700
commit176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1 (patch)
treede0d7b0b47ae40b86d0be74f62581fc32af63af1 /python/release/wheel/Dockerfile
parent12acbc2678073c3439b427be0b713b97e2074bfb (diff)
Add scripts to build python wheel for linux. (#2693)
* Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.
Diffstat (limited to 'python/release/wheel/Dockerfile')
-rw-r--r--python/release/wheel/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/release/wheel/Dockerfile b/python/release/wheel/Dockerfile
new file mode 100644
index 00000000..f38ec2f5
--- /dev/null
+++ b/python/release/wheel/Dockerfile
@@ -0,0 +1,6 @@
+FROM quay.io/pypa/manylinux1_x86_64
+
+RUN yum install -y libtool
+RUN /opt/python/cp27-cp27mu/bin/pip install twine
+
+COPY protobuf_optimized_pip.sh /