Skip to content

Commit b88297b

Browse files
committed
Add 389ds for SL 16
1 parent a6eb1a7 commit b88297b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bci_build/package/appcontainers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _envsubst_pkg_name(os_version: OsVersion) -> str:
141141
CMD /usr/lib/dirsrv/dscontainer -H
142142
""",
143143
)
144-
for os_version in {v for v in ALL_NONBASE_OS_VERSIONS if v != OsVersion.SL16_0}
144+
for os_version in ALL_NONBASE_OS_VERSIONS
145145
]
146146

147147

0 commit comments

Comments
 (0)