Added virtualenv to ruby and php73 docker for psm (#28263)

pull/28268/head
Esun Kim 3 years ago committed by GitHub
parent ce2d09f7b4
commit c007ea297c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      templates/tools/dockerfile/test/php73_zts_stretch_x64/Dockerfile.template
  2. 3
      templates/tools/dockerfile/test/ruby_buster_x64/Dockerfile.template
  3. 3
      tools/dockerfile/test/php73_zts_stretch_x64/Dockerfile
  4. 3
      tools/dockerfile/test/ruby_buster_x64/Dockerfile

@ -35,5 +35,8 @@
<%include file="../../run_tests_python_deps.include"/>
<%include file="../../php_common_deps.include"/>
<%include file="../../run_tests_addons.include"/>
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

@ -21,5 +21,8 @@
<%include file="../../ruby_deps.include"/>
<%include file="../../cmake.include"/>
<%include file="../../run_tests_addons.include"/>
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

@ -62,5 +62,8 @@ RUN mv composer.phar /usr/local/bin/composer
RUN mkdir /var/local/jenkins
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

@ -106,5 +106,8 @@ RUN apt-get update && apt-get install -y cmake && apt-get clean
RUN mkdir /var/local/jenkins
RUN python3 -m pip install virtualenv==16.7.9
# Define the default command.
CMD ["bash"]

Loading…
Cancel
Save