docker: fedora: install nasm properly

Add it to install list not debuginfo-install list.

Should make openh264 subproject work in gst-build builds.

Fixes #76

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/301>
This commit is contained in:
Tim-Philipp Müller 2020-06-04 18:44:51 +01:00 committed by GStreamer Merge Bot
parent 3a620ac384
commit a36ac34d49

View file

@ -68,6 +68,7 @@ dnf install -y \
llvm-devel \
log4c-devel \
make \
nasm \
neon \
neon-devel \
nunit \
@ -128,7 +129,6 @@ dnf debuginfo-install -y gtk3 \
glib-networking \
libcurl \
libsoup \
nasm \
nss \
nss-softokn \
nss-softokn-freebl \