1 parent 3dd540d commit bf20ce7Copy full SHA for bf20ce7
1 file changed
Containerfile
@@ -27,6 +27,7 @@ COPY packages /
27
RUN dnf -y install $(cat packages | xargs)
28
29
RUN dnf -y swap ffmpeg-free ffmpeg --allowerasing
30
+RUN dnf -y install ffmpeg-devel
31
32
# VAAPI mess:
33
RUN dnf -y swap mesa-va-drivers mesa-va-drivers-freeworld
0 commit comments