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.
This commit is contained in:
@@ -20,6 +20,7 @@ RUN dnf install -y \
|
||||
perl-ExtUtils-MakeMaker \
|
||||
perl-Thread-Queue \
|
||||
rsync \
|
||||
systemd \
|
||||
wget \
|
||||
which \
|
||||
&& dnf clean all
|
||||
|
||||
Reference in New Issue
Block a user