ci: container debugging II
This commit is contained in:
parent
d57648f9d6
commit
f7e7558338
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'python:3.9'
|
image 'python:3.9'
|
||||||
|
args '--user 0:0'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user