Making the build work
This commit is contained in:
parent
5b3fee2c94
commit
2e6b4ea25e
|
@ -1,2 +1,2 @@
|
|||
FROM debian:bookworm
|
||||
RUN apt-get update && apt-get install -y make
|
||||
RUN apt-get update && apt-get install -y make docker
|
||||
|
|
|
@ -2,6 +2,7 @@ pipeline {
|
|||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
args '--privileged'
|
||||
}
|
||||
}
|
||||
options {
|
||||
|
|
Loading…
Reference in New Issue