Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:47:14 +03:00
parent 1a663ea5a8
commit adbfdf23db
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
dockerfile { dockerfile {
filename 'Dockerfile.jenkins' filename 'Dockerfile.jenkins'
dir '.' dir '.'
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock' args '-u root'
} }
} }