ci: container debugging II

This commit is contained in:
Alexander Engelsberger 2021-11-04 10:42:53 +01:00 committed by GitHub
parent d57648f9d6
commit f7e7558338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
agent {
docker {
image 'python:3.9'
args '--user 0:0'
}
}