Making the build work

This commit is contained in:
retropikzel 2024-09-26 19:18:44 +03:00
parent 1dc7c37d3c
commit a116d415c8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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