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
parent
40867c456d
commit
aaf75ca1a0
|
@ -20,6 +20,7 @@ RUN dnf install -y \
|
|||
perl-ExtUtils-MakeMaker \
|
||||
perl-Thread-Queue \
|
||||
rsync \
|
||||
systemd \
|
||||
wget \
|
||||
which \
|
||||
&& dnf clean all
|
||||
|
|
Loading…
Reference in New Issue