diff options
Diffstat (limited to 'packages/keepalived/Jenkinsfile')
-rw-r--r-- | packages/keepalived/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile index 41b53183..56fa9db2 100644 --- a/packages/keepalived/Jenkinsfile +++ b/packages/keepalived/Jenkinsfile @@ -1,4 +1,4 @@ -// Copyright (C) 2022 VyOS maintainers and contributors +// Copyright (C) 2022-2023 VyOS maintainers and contributors // // This program is free software; you can redistribute it and/or modify // in order to easy exprort images built to "external" world @@ -25,7 +25,7 @@ def pkgList = [ ['name': 'keepalived', 'scmCommit': 'v2.2.7', 'scmUrl': 'https://github.com/acassen/keepalived', - 'buildCmd': 'cd ..; ./build.sh'], + 'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; cd ..; ./build.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build |