Skip to content

Commit 035371b

Browse files
committed
Minify dependencies of the sles16 development containers
1 parent 092c6ae commit 035371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bci_build/os_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def common_devel_packages(self) -> list[str]:
127127
all development containers"""
128128
r = {"findutils", "gawk", "git-core", "curl", "procps"}
129129
if self.is_tumbleweed or self.is_sl16:
130-
r.add("util-linux")
130+
r.add("util-linux", "libcurl-mini4")
131131

132132
return sorted(list(r))
133133

0 commit comments

Comments
 (0)