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.
pull/2/head
Dustin 2022-06-23 10:33:30 -05:00
parent 40867c456d
commit aaf75ca1a0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN dnf install -y \
perl-ExtUtils-MakeMaker \
perl-Thread-Queue \
rsync \
systemd \
wget \
which \
&& dnf clean all