Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:38:05 +03:00
parent 5a11da9ea4
commit 2b31c0ebac
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
dockerfile {
filename 'Dockerfile.jenkins'
dir '.'
args '-u root --privileged'
}
}