mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
add deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
3ab1225b7c
commit
aa47ffa0dd
|
@ -5,21 +5,30 @@ RUN dpkg --add-architecture i386 \
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y \
|
||||||
automake \
|
automake \
|
||||||
bc \
|
bc \
|
||||||
|
binutils-dev \
|
||||||
|
bison \
|
||||||
bsdtar \
|
bsdtar \
|
||||||
build-essential \
|
build-essential \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
cpio \
|
cpio \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
|
flex \
|
||||||
gawk \
|
gawk \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
gzip \
|
gzip \
|
||||||
kmod \
|
kmod \
|
||||||
|
libaudit-dev \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
libc6-dev:i386 \
|
libc6-dev:i386 \
|
||||||
|
libdw-dev \
|
||||||
|
libiberty-dev \
|
||||||
libklibc-dev \
|
libklibc-dev \
|
||||||
|
liblzma-dev \
|
||||||
|
libnuma-dev \
|
||||||
libtool \
|
libtool \
|
||||||
|
libunwind-dev \
|
||||||
linux-libc-dev \
|
linux-libc-dev \
|
||||||
linux-libc-dev:i386 \
|
linux-libc-dev:i386 \
|
||||||
linux-perf \
|
linux-perf \
|
||||||
|
@ -33,6 +42,7 @@ RUN dpkg --add-architecture i386 \
|
||||||
sysstat \
|
sysstat \
|
||||||
time \
|
time \
|
||||||
wget \
|
wget \
|
||||||
|
zlib1g-dev \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user