mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
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:
parent
e41650913e
commit
6b09187d21
1 changed files with 1 additions and 1 deletions
|
@ -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" && \
|
||||
|
|
Loading…
Reference in a new issue