base: add dependencies to build the Linux perf utility

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2016-12-16 15:10:52 +00:00
parent 8997809d01
commit a75dac9751

View File

@ -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 \