aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libseccomp.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libseccomp.go')
-rw-r--r--internal/rosa/libseccomp.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go
index aae56267..9158fcaa 100644
--- a/internal/rosa/libseccomp.go
+++ b/internal/rosa/libseccomp.go
@@ -12,6 +12,7 @@ func (t Toolchain) newLibseccomp() pkg.Artifact {
return t.New("libseccomp-"+version, false, []pkg.Artifact{
t.Load(Make),
t.Load(Bash),
+ t.Load(Coreutils),
t.Load(Gperf),
t.Load(KernelHeaders),