Skip to content

Commit

Permalink
ci: Add systemd-dev to debian:testing ci
Browse files Browse the repository at this point in the history
This is a temporary fix. This should not be needed and should be
removed.
  • Loading branch information
sidt4 committed Aug 24, 2024
1 parent cd2267a commit 3f27b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f27b2a

Please sign in to comment.