mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: T5076: unbloat container - remove dependencies for wide-dhcpv6
This commit is contained in:
parent
d6dda023ad
commit
37c2166955
@ -324,14 +324,6 @@ RUN if dpkg-architecture -iarm64; then \
|
|||||||
grub-efi-arm; \
|
grub-efi-arm; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Packages needed for wide-dhcpv6
|
|
||||||
RUN apt-get update && apt-get install -y \
|
|
||||||
bison \
|
|
||||||
debhelper \
|
|
||||||
flex \
|
|
||||||
libfl-dev \
|
|
||||||
rsync
|
|
||||||
|
|
||||||
# Packages needed for vyos-http-api-tools
|
# Packages needed for vyos-http-api-tools
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
dh-virtualenv \
|
dh-virtualenv \
|
||||||
|
|||||||
2
packages/wide-dhcpv6/Jenkinsfile
vendored
2
packages/wide-dhcpv6/Jenkinsfile
vendored
@ -23,7 +23,7 @@ def pkgList = [
|
|||||||
['name': 'wide-dhcpv6',
|
['name': 'wide-dhcpv6',
|
||||||
'scmCommit': 'debian/20080615-23',
|
'scmCommit': 'debian/20080615-23',
|
||||||
'scmUrl': 'https://salsa.debian.org/debian/wide-dhcpv6',
|
'scmUrl': 'https://salsa.debian.org/debian/wide-dhcpv6',
|
||||||
'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
|
// Start package build using library function from https://github.com/vyos/vyos-build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user