fedora: add libcap/libdrm-devel to enable KMS code

This commit is contained in:
Karl Vogel 2022-05-14 12:16:14 +02:00
parent 13c2dce3f1
commit c719ddfc31
No known key found for this signature in database
GPG Key ID: 3773115DA3008386
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ RUN dnf -y update && \
openssl-devel \
opus-devel \
pulseaudio-libs-devel \
libcap-devel \
libdrm-devel \
rpm-build \
&& dnf clean all \
&& rm -rf /var/cache/yum

View File

@ -25,6 +25,8 @@ RUN dnf -y update && \
openssl-devel \
opus-devel \
pulseaudio-libs-devel \
libcap-devel \
libdrm-devel \
rpm-build \
&& dnf clean all \
&& rm -rf /var/cache/yum