File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments