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-ExtUtils-MakeMaker \
|
||||||
perl-Thread-Queue \
|
perl-Thread-Queue \
|
||||||
rsync \
|
rsync \
|
||||||
|
systemd \
|
||||||
wget \
|
wget \
|
||||||
which \
|
which \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|||||||
Reference in New Issue
Block a user