mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-26 01:48:57 +00:00
fix(docker/local): fix build dependencies
Signed-off-by: Lorenzo Fontana <lo@linux.com> Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
39b51562ed
commit
7d8e1dee9b
@ -16,22 +16,32 @@ RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
|
|||||||
ADD http://download.draios.com/apt-draios-priority /etc/apt/preferences.d/
|
ADD http://download.draios.com/apt-draios-priority /etc/apt/preferences.d/
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
bc \
|
bc \
|
||||||
clang-7 \
|
clang-7 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
dkms \
|
dkms \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
gcc \
|
gcc \
|
||||||
jq \
|
jq \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
llvm-7 \
|
llvm-7 \
|
||||||
netcat \
|
netcat \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
libmpc3 \
|
||||||
|
binutils \
|
||||||
|
libgomp1 \
|
||||||
|
libitm1 \
|
||||||
|
libatomic1 \
|
||||||
|
liblsan0 \
|
||||||
|
libtsan0 \
|
||||||
|
libmpx2 \
|
||||||
|
libquadmath0 \
|
||||||
|
libcc1-0 \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# gcc 6 is no longer included in debian unstable, but we need it to
|
# gcc 6 is no longer included in debian unstable, but we need it to
|
||||||
# build kernel modules on the default debian-based ami used by
|
# build kernel modules on the default debian-based ami used by
|
||||||
|
Loading…
Reference in New Issue
Block a user