add back pip virtualenv back to ruby image for XDS tests (#28703)

pull/28708/head
Jan Tattermusch 3 years ago committed by GitHub
parent b0cdd3cba2
commit 2c1239c7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.template
  2. 3
      tools/dockerfile/test/ruby_debian11_x64/Dockerfile

@ -23,5 +23,8 @@
<%include file="../../ccache.include"/>
<%include file="../../run_tests_addons.include"/>
# Seems required by XDS interop tests.
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

@ -121,5 +121,8 @@ RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/downloa
RUN mkdir /var/local/jenkins
# Seems required by XDS interop tests.
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

Loading…
Cancel
Save