Skip to content

Commit

Permalink
Added virtualenv to ruby and php73 docker for psm (#28263) (#28264)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Dec 3, 2021
1 parent 75041ea commit 54c2123
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
3 changes: 3 additions & 0 deletions tools/dockerfile/test/php73_zts_stretch_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
3 changes: 3 additions & 0 deletions tools/dockerfile/test/ruby_buster_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 54c2123

Please sign in to comment.