mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
base: add dependencies to build the Linux perf utility
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
8997809d01
commit
a75dac9751
@ -7,16 +7,24 @@ RUN \
|
|||||||
automake \
|
automake \
|
||||||
bash \
|
bash \
|
||||||
bc \
|
bc \
|
||||||
|
binutils-dev \
|
||||||
|
bison \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
|
flex \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
|
gtk+2.0-dev \
|
||||||
|
gtk+-dev \
|
||||||
groff \
|
groff \
|
||||||
installkernel \
|
installkernel \
|
||||||
kmod \
|
kmod \
|
||||||
|
libelf-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
ncurses-dev \
|
ncurses-dev \
|
||||||
perl \
|
perl-dev \
|
||||||
|
python-dev \
|
||||||
sed \
|
sed \
|
||||||
|
slang-dev \
|
||||||
squashfs-tools \
|
squashfs-tools \
|
||||||
syslinux \
|
syslinux \
|
||||||
unzip \
|
unzip \
|
||||||
|
Loading…
Reference in New Issue
Block a user