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

This commit is contained in:
Esun Kim 2021-12-02 15:06:11 -08:00 committed by GitHub
parent ce2d09f7b4
commit c007ea297c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]