Skip to content

Commit f7e3ffd

Browse files
authored
Merge pull request #3616 from SUSE/gemini_quilt
Add quilt into the gemini container
2 parents fe71350 + 6eeaf51 commit f7e3ffd

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/bci_build/package/gemini.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@
2525
is_latest=True,
2626
support_level=SupportLevel.UNSUPPORTED,
2727
package_list=sorted(
28-
("gemini-cli", "git-core", "gzip", "which", "build", "rpm-build", "zstd")
28+
(
29+
"gemini-cli",
30+
"git-core",
31+
"gzip",
32+
"hostname",
33+
"which",
34+
"build",
35+
"quilt",
36+
"rpm-build",
37+
"zstd",
38+
)
2939
),
3040
replacements_via_service=[
3141
Replacement(

0 commit comments

Comments
 (0)