Skip to content

Commit f6f1ef7

Browse files
JAORMXclaude
andcommitted
Add missing patch dependency to builder image
libkrunfw's Makefile applies kernel patches during build, requiring the patch utility which was not installed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf3f10f commit f6f1ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/builder/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN dnf install -y \
1919
golang \
2020
rust cargo \
2121
clang \
22-
make gcc flex bison elfutils-libelf-devel bc openssl-devel perl diffutils python3 cpio git pkg-config patchelf \
22+
make gcc flex bison elfutils-libelf-devel bc openssl-devel perl diffutils python3 cpio git pkg-config patchelf patch \
2323
virtiofsd libseccomp-devel glib2-devel zlib-devel \
2424
&& dnf clean all
2525

0 commit comments

Comments
 (0)