trying root user for rust image

This commit is contained in:
Andy Pack 2024-02-01 22:57:04 +00:00
parent a97e7f78e7
commit fde4923a74
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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
}
}