Revert removals from python artifact dockerfiles

89ce16b removed a few package installations from the dockerfiles for
building python artifacts. Revert them.

Revert certain package install removal from python artifact dockerfiles
pull/14588/head
Naresh 7 years ago
parent 89ce16b6da
commit 32f7c48dad
No known key found for this signature in database
GPG Key ID: 16D5F9FA76B8188F
  1. 1
      tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile
  2. 1
      tools/dockerfile/grpc_artifact_python_manylinux_x86/Dockerfile

@ -18,6 +18,7 @@ FROM quay.io/pypa/manylinux1_x86_64
# Update the package manager
RUN yum update -y
RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc
###################################
# Install Python build requirements

@ -18,6 +18,7 @@ FROM quay.io/pypa/manylinux1_i686
# Update the package manager
RUN yum update -y
RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc
###################################
# Install Python build requirements

Loading…
Cancel
Save