Skip to content

Commit 6e5c04c

Browse files
Adding rpm-build to the Dockerfile (#117)
rpmbuild in the DTK helps when having to rebuild source kernel module RPMs to match the RHCOS kernel version Co-authored-by: Jason Kincl <jkincl@redhat.com>
1 parent e31abf2 commit 6e5c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN yum -y install xz diffutils flex bison \
4242
&& yum clean all
4343

4444
# Packages needed to build driver-containers
45-
RUN yum -y install git make \
45+
RUN yum -y install git make rpm-build \
4646
&& yum clean all
4747

4848
# Packages needed to sign and run externally build kernel modules

0 commit comments

Comments
 (0)