php: composer is not part of Jessie

This commit is contained in:
David Prevot 2022-06-28 13:44:49 +02:00
parent 229553785a
commit ed4312d5cb

View file

@ -136,7 +136,7 @@ pipeline {
script {
def deb8 = docker.build("evolix/php:deb8build${env.BUILD_ID}", "-f php/Dockerfile.jessie php")
deb8.inside {
sh 'composer --version'
sh 'echo Test needed'
}
/* No crendentials yet
deb9.push('jessie')