diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-10 22:17:40 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-10 22:17:40 +0100 |
commit | 74173b1ba5e524100828983f99ad077cc1f54b57 (patch) | |
tree | 6b434fb09eb76fb15913ec146a7897ff3e07cd3d /packages/keepalived | |
parent | 69c585bc269037b106622dead0d56460dc0cae78 (diff) | |
download | vyos-build-74173b1ba5e524100828983f99ad077cc1f54b57.tar.gz vyos-build-74173b1ba5e524100828983f99ad077cc1f54b57.zip |
Docker: T5076: unbloat container - remove dependencies for keepalived
Diffstat (limited to 'packages/keepalived')
-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 |