mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Add ebtables, socat, libc6-compat to alpine base
These are needed by Kubernetes which is currently not using the standard abse image. Also sort it. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
79109df372
commit
92d31d733d
@ -25,6 +25,7 @@ diffutils
|
|||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
e2fsprogs-extra
|
e2fsprogs-extra
|
||||||
|
ebtables
|
||||||
elfutils-dev
|
elfutils-dev
|
||||||
ethtool
|
ethtool
|
||||||
expect
|
expect
|
||||||
@ -45,9 +46,10 @@ iptables
|
|||||||
jq
|
jq
|
||||||
kmod
|
kmod
|
||||||
libarchive-tools
|
libarchive-tools
|
||||||
libcap-ng-dev
|
|
||||||
libc-dev
|
libc-dev
|
||||||
libc-utils
|
libc-utils
|
||||||
|
libc6-compat
|
||||||
|
libcap-ng-dev
|
||||||
libelf-dev
|
libelf-dev
|
||||||
libressl-dev
|
libressl-dev
|
||||||
libseccomp-dev
|
libseccomp-dev
|
||||||
@ -75,6 +77,7 @@ sed
|
|||||||
sfdisk
|
sfdisk
|
||||||
sgdisk
|
sgdisk
|
||||||
slang-dev
|
slang-dev
|
||||||
|
socat
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
strace
|
strace
|
||||||
swig
|
swig
|
||||||
@ -86,9 +89,9 @@ util-linux
|
|||||||
util-linux-dev
|
util-linux-dev
|
||||||
vim
|
vim
|
||||||
xfsprogs
|
xfsprogs
|
||||||
|
xfsprogs-extra
|
||||||
xorriso
|
xorriso
|
||||||
xz
|
xz
|
||||||
xz-dev
|
xz-dev
|
||||||
zfs
|
zfs
|
||||||
xfsprogs-extra
|
|
||||||
zlib-dev
|
zlib-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user