trying root user for rust image
This commit is contained in:
parent
a97e7f78e7
commit
fde4923a74
@ -6,7 +6,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'rust:1.75.0-slim'
|
||||
args '--entrypoint='
|
||||
args '-u root'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
@ -19,7 +19,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'rust:1.75.0-slim'
|
||||
args '--entrypoint='
|
||||
args '-u root'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user