mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +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
|
ca-certificates
|
||||||
cdrkit
|
cdrkit
|
||||||
cifs-utils
|
cifs-utils
|
||||||
|
clang
|
||||||
|
clang-dev
|
||||||
|
clang-static
|
||||||
cmake
|
cmake
|
||||||
coreutils
|
coreutils
|
||||||
cryptsetup
|
cryptsetup
|
||||||
@ -38,6 +41,8 @@ ethtool
|
|||||||
expect
|
expect
|
||||||
findutils
|
findutils
|
||||||
flex
|
flex
|
||||||
|
flex-dev
|
||||||
|
fts-dev
|
||||||
gcc
|
gcc
|
||||||
gettext
|
gettext
|
||||||
gettext-dev
|
gettext-dev
|
||||||
@ -60,12 +65,16 @@ libc-dev
|
|||||||
libc-utils
|
libc-utils
|
||||||
libc6-compat
|
libc6-compat
|
||||||
libcap-ng-dev
|
libcap-ng-dev
|
||||||
|
libedit-dev
|
||||||
libelf-dev
|
libelf-dev
|
||||||
libressl-dev
|
libressl-dev
|
||||||
libseccomp-dev
|
libseccomp-dev
|
||||||
libtirpc-dev
|
libtirpc-dev
|
||||||
libtool
|
libtool
|
||||||
linux-headers
|
linux-headers
|
||||||
|
llvm
|
||||||
|
llvm-dev
|
||||||
|
llvm-static
|
||||||
lsscsi
|
lsscsi
|
||||||
make
|
make
|
||||||
mpc1-dev
|
mpc1-dev
|
||||||
@ -83,6 +92,7 @@ openssl
|
|||||||
openssl-dev
|
openssl-dev
|
||||||
patch
|
patch
|
||||||
pigz
|
pigz
|
||||||
|
python
|
||||||
python3
|
python3
|
||||||
qemu-aarch64
|
qemu-aarch64
|
||||||
qemu-arm
|
qemu-arm
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
libunwind-dev
|
libunwind-dev
|
||||||
|
luajit-dev
|
||||||
qemu-system-aarch64
|
qemu-system-aarch64
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
gummiboot
|
gummiboot
|
||||||
libunwind-dev
|
libunwind-dev
|
||||||
|
luajit-dev
|
||||||
open-vm-tools
|
open-vm-tools
|
||||||
ovmf
|
ovmf
|
||||||
syslinux
|
syslinux
|
||||||
|
Loading…
Reference in New Issue
Block a user