docker/cerbero: Do not manually install nasm when building image

This is pulled in correctly via cerbero's bootstrap deps now.
This commit is contained in:
Nirbheek Chauhan 2020-01-07 02:37:55 +05:30
parent e41650913e
commit 6b09187d21

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 nasm
dnf install -y sudo git lbzip2 rsync
# Configure git for various usage
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \