Add dkms+xz dependencies to falco container

This commit is contained in:
Brett Bertocci
2018-09-24 17:00:29 -07:00
parent 2352b96d6b
commit fc70c635d1
3 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update \
clang-7 \
ca-certificates \
curl \
dkms \
gnupg2 \
gcc \
gcc-5 \
@@ -30,6 +31,7 @@ RUN apt-get update \
libc6-dev \
libelf-dev \
llvm-7 \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the

View File

@@ -30,6 +30,7 @@ RUN apt-get update \
libc6-dev \
libelf-dev \
llvm-7 \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the

View File

@@ -21,6 +21,7 @@ RUN apt-get update \
clang-7 \
ca-certificates \
curl \
dkms \
gnupg2 \
gcc \
gcc-5 \
@@ -29,6 +30,7 @@ RUN apt-get update \
libc6-dev \
libelf-dev \
llvm-7 \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the