docker/cerbero: Temporarily add nasm to the system setup

We will later install it as part of the cerbero bootstrap step when
generating the image after
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/320 is
merged.
This commit is contained in:
Nirbheek Chauhan 2019-11-10 04:27:14 +05:30
parent bd66c756ef
commit 4e93f92783

View file

@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:30
# System setup
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
dnf upgrade -y && \
dnf install -y sudo git lbzip2 rsync
dnf install -y sudo git lbzip2 rsync nasm
# Configure git for various usage
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \