Skip to content

Commit 55168f9

Browse files
committed
Added systemd-standalone-sysusers package for Debuntu
This package provides a standalone sysusers binary with minimal dependencies, designed for use in non-systemd environments. This package simply ensures that all packages that want to install systemd as dependency will have to settle for this one because the systemd package breaks systemd-standalone-sysusers, as it is an alternative. [1] https://packages.debian.org/bookworm/systemd-standalone-sysusers [2] https://packages.ubuntu.com/noble/systemd-standalone-sysusers Change-Id: I3ba85069c265844bd2f8b5e6d2b14f32e4898cfd
1 parent 694cb42 commit 55168f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
278278
{% set base_apt_packages = [
279279
'apt-utils',
280280
'dumb-init',
281+
'systemd-standalone-sysusers',
281282
'gawk',
282283
'iproute2',
283284
'kmod',

0 commit comments

Comments
 (0)