From aaf75ca1a01488d9246190c81c3d5b74fd9d724d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 23 Jun 2022 10:33:30 -0500 Subject: [PATCH] ci: Install systemd in build container The *systemd* package provides the `systemd-hwdb` command, which is used during the build to generate `/usr/lib/udev/hwdb.bin` in the target filesystem. --- ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index 6ae30bd..359dbe9 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -20,6 +20,7 @@ RUN dnf install -y \ perl-ExtUtils-MakeMaker \ perl-Thread-Queue \ rsync \ + systemd \ wget \ which \ && dnf clean all