summaryrefslogtreecommitdiff
path: root/packages/hostap
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-10 21:38:49 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-10 21:38:49 +0100
commitf163deaf360e1ea3216bc8d144902a239491a3df (patch)
tree8e0236d1b915a85271d2a236edd5492d416eeaac /packages/hostap
parent1af87a77494b448ad9933e7f347c430c2136efe2 (diff)
downloadvyos-build-f163deaf360e1ea3216bc8d144902a239491a3df.tar.gz
vyos-build-f163deaf360e1ea3216bc8d144902a239491a3df.zip
Docker: T5076: unbloat container - remove dependencies for hostap
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
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