From 3f27b2a8288c631f6247fb81ae5fe239f81a8587 Mon Sep 17 00:00:00 2001 From: sid Date: Sat, 24 Aug 2024 11:42:50 +0100 Subject: [PATCH] ci: Add systemd-dev to debian:testing ci This is a temporary fix. This should not be needed and should be removed. --- tests/ci/Dockerfile-debian | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ci/Dockerfile-debian b/tests/ci/Dockerfile-debian index bacd120e2..0864418c9 100644 --- a/tests/ci/Dockerfile-debian +++ b/tests/ci/Dockerfile-debian @@ -16,6 +16,9 @@ RUN apt-get install -yq meson appstream # install PackageKit dependencies for zypp backend RUN apt-get install -yq libzypp-dev +# FixMe: This should be done automatically in testing. +RUN apt-get install -yq systemd-dev + # finish RUN mkdir /build WORKDIR /build