Skip to content

Commit 278f78f

Browse files
JAORMXclaude
andcommitted
Add glibc-static dependency to builder image
libkrun statically links its init binary (init/init.c) which requires glibc-static for the static C library. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3828e7e commit 278f78f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

images/builder/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN dnf install -y \
2020
rust cargo \
2121
clang \
2222
make gcc flex bison elfutils-libelf-devel bc openssl-devel perl diffutils python3 python3-pyelftools cpio git pkg-config patchelf patch \
23+
glibc-static \
2324
virtiofsd libseccomp-devel glib2-devel zlib-devel \
2425
&& dnf clean all
2526

0 commit comments

Comments
 (0)