We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfa86d commit d08a62cCopy full SHA for d08a62c
1 file changed
debian/Jenkinsfile
@@ -77,6 +77,7 @@ distributions.each { distro ->
77
sh 'echo "deb [trusted=yes] file://///$WORKSPACE/dist/debian/ ./" | sudo tee /etc/apt/sources.list.d/local.list'
78
sh 'sudo apt-get update --allow-releaseinfo-change'
79
sh 'echo "INSTALATION"'
80
+ sh 'sudo apt install -y php-mbstring procps'
81
82
def installOrder = [
83
// '',
0 commit comments