Making the build work
This commit is contained in:
parent
5b3fee2c94
commit
2e6b4ea25e
|
@ -1,2 +1,2 @@
|
||||||
FROM debian:bookworm
|
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 {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'Dockerfile.jenkins'
|
filename 'Dockerfile.jenkins'
|
||||||
|
args '--privileged'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue