remove python2 from bazel docker images (#28458)

pull/28489/head
Jan Tattermusch 3 years ago committed by GitHub
parent 2e3e3ccc3d
commit 6b869a12fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      templates/tools/dockerfile/oss_fuzz_base.include
  2. 6
      tools/dockerfile/test/bazel/Dockerfile
  3. 6
      tools/dockerfile/test/binder_transport_apk/Dockerfile

@ -33,9 +33,3 @@ RUN apt-get update && apt-get install -y ${'\\'}
python3-all-dev
<%include file="./compile_python_36.include"/>
# Python2's python.h still needs to be present in order for the bazel build
# to work.
# TODO(jtattermusch): remove once https://github.com/grpc/grpc/issues/28026
# is fixed.
RUN apt-get update && apt-get install -y python-all-dev python-setuptools

@ -67,12 +67,6 @@ RUN python3.6 -m ensurepip && \
python3.6 -m pip install coverage
# Python2's python.h still needs to be present in order for the bazel build
# to work.
# TODO(jtattermusch): remove once https://github.com/grpc/grpc/issues/28026
# is fixed.
RUN apt-get update && apt-get install -y python-all-dev python-setuptools
#========================
# Bazel installation

@ -67,12 +67,6 @@ RUN python3.6 -m ensurepip && \
python3.6 -m pip install coverage
# Python2's python.h still needs to be present in order for the bazel build
# to work.
# TODO(jtattermusch): remove once https://github.com/grpc/grpc/issues/28026
# is fixed.
RUN apt-get update && apt-get install -y python-all-dev python-setuptools
#========================
# Bazel installation

Loading…
Cancel
Save