Dockerfile

This commit is contained in:
Mateusz 2024-04-01 16:07:29 +02:00
parent 60476e11bb
commit 2b1e604624

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile'
args '-u root'
args '-u root --no-cache'
}
}