Making the build work

This commit is contained in:
retropikzel 2025-04-18 07:54:36 +03:00
parent 5b3fee2c94
commit 2e6b4ea25e
2 changed files with 2 additions and 1 deletions

View File

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

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile.jenkins'
args '--privileged'
}
}
options {