Debian v13 (Trixie) is now the minimal Debian version supported
by the CI.
Fixes: https://github.com/dracut-ng/dracut-ng/issues/1458
# Install dracut as a linux-initramfs-tool provider so that the default initramfs-tool package does not get installed
RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --no-install-recommends dracut
-# extra packages for sid, rolling, devel
-RUN if [ "$DISTRIBUTION" = "debian:sid" ] || [ "$DISTRIBUTION" = "ubuntu:rolling" ] || [ "$DISTRIBUTION" = "ubuntu:devel" ] ; then \
- DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
- plymouth-themes \
- network-manager \
- systemd-cryptsetup \
- systemd-repart \
- systemd-ukify \
- ; fi
-
RUN \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
asciidoctor \
multipath-tools \
nbd-client \
nbd-server \
+ network-manager \
nfs-kernel-server \
ntfs-3g \
nvme-cli \
parted \
pcscd \
pkg-config \
+ plymouth-themes \
procps \
qemu-efi-aarch64 \
qemu-kvm \
systemd-boot-efi \
systemd-container \
systemd-coredump \
+ systemd-cryptsetup \
+ systemd-repart \
systemd-resolved \
systemd-sysv \
systemd-timesyncd \
+ systemd-ukify \
tgt \
thin-provisioning-tools \
tpm2-tools \