aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/squashfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/squashfs.go')
-rw-r--r--internal/rosa/squashfs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/squashfs.go b/internal/rosa/squashfs.go
index 26a959c2..43c9f2e4 100644
--- a/internal/rosa/squashfs.go
+++ b/internal/rosa/squashfs.go
@@ -48,6 +48,12 @@ func init() {
Description: "tools to create and extract Squashfs filesystems",
Website: "https://github.com/plougher/squashfs-tools",
+ Dependencies: P{
+ Zstd,
+ Gzip,
+ Zlib,
+ },
+
ID: 4879,
}
}