mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-05 00:31:38 +00:00
Add dkms+xz dependencies to falco container
This commit is contained in:
@@ -21,6 +21,7 @@ RUN apt-get update \
|
|||||||
clang-7 \
|
clang-7 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dkms \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-5 \
|
gcc-5 \
|
||||||
@@ -30,6 +31,7 @@ RUN apt-get update \
|
|||||||
libc6-dev \
|
libc6-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
llvm-7 \
|
llvm-7 \
|
||||||
|
xz-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
||||||
|
@@ -30,6 +30,7 @@ RUN apt-get update \
|
|||||||
libc6-dev \
|
libc6-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
llvm-7 \
|
llvm-7 \
|
||||||
|
xz-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
||||||
|
@@ -21,6 +21,7 @@ RUN apt-get update \
|
|||||||
clang-7 \
|
clang-7 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dkms \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-5 \
|
gcc-5 \
|
||||||
@@ -29,6 +30,7 @@ RUN apt-get update \
|
|||||||
libc6-dev \
|
libc6-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
llvm-7 \
|
llvm-7 \
|
||||||
|
xz-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the
|
||||||
|
Reference in New Issue
Block a user