Skip to content

Commit 3828e7e

Browse files
JAORMXclaude
andcommitted
Add missing pyelftools dependency to builder image
libkrunfw's bin2cbundle.py imports elftools (pyelftools) to convert the compiled kernel ELF into a C bundle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6f1ef7 commit 3828e7e

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 patch \
22+
make gcc flex bison elfutils-libelf-devel bc openssl-devel perl diffutils python3 python3-pyelftools cpio git pkg-config patchelf patch \
2323
virtiofsd libseccomp-devel glib2-devel zlib-devel \
2424
&& dnf clean all
2525

0 commit comments

Comments
 (0)