Skip to content

Commit

Permalink
container: add Ubuntu 22.04 LTS container for kernel development
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Dec 6, 2023
1 parent c5f12e0 commit 4cc86e3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions container/ubuntu-22.04-kernel-devel/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
FROM ubuntu:22.04
RUN apt-get -qq update \
&& apt-get -qq upgrade --no-install-recommends \
bc \
bison \
build-essential \
ca-certificates \
cpio \
debhelper \
devscripts \
dkms \
flex \
git \
kmod \
libelf-dev \
libncurses-dev \
libssl-dev \
linux-headers-generic \
openssl \
pkg-config \
python3 \
rsync \
wget \
zstd \
&& apt-get clean

0 comments on commit 4cc86e3

Please sign in to comment.