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

View File

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

View File

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