From 55168f909d3c95b6dfc386d3fbee25fd20a7cae8 Mon Sep 17 00:00:00 2001 From: Michal Arbet Date: Mon, 30 Sep 2024 17:49:26 +0200 Subject: [PATCH] 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 --- docker/base/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/base/Dockerfile.j2 b/docker/base/Dockerfile.j2 index b3662f893a..f37a6c8665 100644 --- a/docker/base/Dockerfile.j2 +++ b/docker/base/Dockerfile.j2 @@ -278,6 +278,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom {% set base_apt_packages = [ 'apt-utils', 'dumb-init', + 'systemd-standalone-sysusers', 'gawk', 'iproute2', 'kmod',