diff --git a/Jenkinsfile b/Jenkinsfile index 197fa2f9..ad2dc96a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { agent { dockerfile { filename 'scripts/ci/Dockerfile' - args '-v /var/run/docker.sock:/var/run/docker.sock' + args '-v /var/run/docker.sock:/var/run/docker.sock --network host' } } stages {