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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go
index 8b9ce9e4..a2e5ce19 100644
--- a/internal/rosa/libseccomp.go
+++ b/internal/rosa/libseccomp.go
@@ -12,7 +12,9 @@ func (t Toolchain) newLibseccomp() pkg.Artifact {
return t.New("libseccomp-"+version, 0, []pkg.Artifact{
t.Load(Make),
t.Load(Bash),
+ t.Load(Gawk),
t.Load(Coreutils),
+ t.Load(Diffutils),
t.Load(Gperf),
t.Load(KernelHeaders),