From f163deaf360e1ea3216bc8d144902a239491a3df Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 10 Mar 2023 21:38:49 +0100 Subject: Docker: T5076: unbloat container - remove dependencies for hostap --- packages/hostap/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile index d7dd063e..e04f09e1 100644 --- a/packages/hostap/Jenkinsfile +++ b/packages/hostap/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 @@ -27,7 +27,7 @@ def pkgList = [ ['name': 'hostap', 'scmCommit': '6b9c86466', 'scmUrl': 'git://w1.fi/srv/git/hostap.git', - '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 -- cgit v1.2.3