summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-02 17:08:56 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-02 17:08:56 +0100
commit253a3c4416ca63c19a8c50c71d606eaecd15aafa (patch)
tree4e912db8d8086922874f119c0f98adae1b8ed143 /packages
parent1dedfa441465dbc9632a611bd76ba48a5eeabefa (diff)
downloadvyos-build-253a3c4416ca63c19a8c50c71d606eaecd15aafa.tar.gz
vyos-build-253a3c4416ca63c19a8c50c71d606eaecd15aafa.zip
Docker: T4625: add missing build dependencies
Commit 317ffe1 ("T4625: Update ocserv packet to 1.1.6-3") updated the version used for ocserv on VyOS 1.3. This commit adds the missing dependencies for the Docker container in order to build the ocserv packages.
Diffstat (limited to 'packages')
-rw-r--r--packages/ocserv/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ocserv/Jenkinsfile b/packages/ocserv/Jenkinsfile
index a57b3b1e..686cde80 100644
--- a/packages/ocserv/Jenkinsfile
+++ b/packages/ocserv/Jenkinsfile
@@ -24,7 +24,7 @@ def pkgList = [
['name': 'ocserv',
'scmCommit': 'debian/1.1.6-3',
'scmUrl': 'https://salsa.debian.org/debian/ocserv/',
- 'buildCmd': 'dpkg-buildpackage -uc -us -tc -b'],
+ 'buildCmd': 'dpkg-buildpackage -uc -us -tc -b -d'],
]
// Start package build using library function from https://github.com/vyos/vyos-build