mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
tools/alpine: Add packages needed for the iovisor/bcc tools
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
ecd412d087
commit
7d9457382c
@ -22,6 +22,9 @@ busybox-initscripts
|
||||
ca-certificates
|
||||
cdrkit
|
||||
cifs-utils
|
||||
clang
|
||||
clang-dev
|
||||
clang-static
|
||||
cmake
|
||||
coreutils
|
||||
cryptsetup
|
||||
@ -38,6 +41,8 @@ ethtool
|
||||
expect
|
||||
findutils
|
||||
flex
|
||||
flex-dev
|
||||
fts-dev
|
||||
gcc
|
||||
gettext
|
||||
gettext-dev
|
||||
@ -60,12 +65,16 @@ libc-dev
|
||||
libc-utils
|
||||
libc6-compat
|
||||
libcap-ng-dev
|
||||
libedit-dev
|
||||
libelf-dev
|
||||
libressl-dev
|
||||
libseccomp-dev
|
||||
libtirpc-dev
|
||||
libtool
|
||||
linux-headers
|
||||
llvm
|
||||
llvm-dev
|
||||
llvm-static
|
||||
lsscsi
|
||||
make
|
||||
mpc1-dev
|
||||
@ -83,6 +92,7 @@ openssl
|
||||
openssl-dev
|
||||
patch
|
||||
pigz
|
||||
python
|
||||
python3
|
||||
qemu-aarch64
|
||||
qemu-arm
|
||||
|
@ -1,2 +1,3 @@
|
||||
libunwind-dev
|
||||
luajit-dev
|
||||
qemu-system-aarch64
|
||||
|
@ -1,5 +1,6 @@
|
||||
gummiboot
|
||||
libunwind-dev
|
||||
luajit-dev
|
||||
open-vm-tools
|
||||
ovmf
|
||||
syslinux
|
||||
|
Loading…
Reference in New Issue
Block a user