Added virtualenv to ruby and php73 docker for psm (#28263)
This commit is contained in:
parent
ce2d09f7b4
commit
c007ea297c
|
|
@ -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…
Reference in New Issue