diff --git a/Jenkinsfile b/Jenkinsfile index 0ecbd1ee41..443c4b5942 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -672,7 +672,7 @@ function error { exit 1 } -yum install -y yum-utils +yum install -y yum-utils openssl-static zlib-static rpm -i /opt/rippled-rpm/*.rpm rc=$?; if [[ $rc != 0 ]]; then error "error installing rpms"