Skip to content

Commit ed6f580

Browse files
committed
Add dkms+xz dependencies to sysdig container
1 parent d0df85e commit ed6f580

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docker/dev/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get update \
2121
bc \
2222
clang-7 \
2323
curl \
24+
dkms \
2425
gnupg2 \
2526
ca-certificates \
2627
gcc \
@@ -31,6 +32,7 @@ RUN apt-get update \
3132
less \
3233
llvm-7 \
3334
procps \
35+
xz-utils \
3436
&& rm -rf /var/lib/apt/lists/*
3537

3638
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the

docker/local/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update \
3232
less \
3333
llvm-7 \
3434
procps \
35+
xz-utils \
3536
&& rm -rf /var/lib/apt/lists/*
3637

3738
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the

docker/stable/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get update \
2121
bc \
2222
clang-7 \
2323
curl \
24+
dkms \
2425
gnupg2 \
2526
ca-certificates \
2627
gcc \
@@ -31,6 +32,7 @@ RUN apt-get update \
3132
less \
3233
llvm-7 \
3334
procps \
35+
xz-utils \
3436
&& rm -rf /var/lib/apt/lists/*
3537

3638
# Since our base Debian image ships with GCC 7 which breaks older kernels, revert the

0 commit comments

Comments
 (0)