mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
bd66c756ef
commit
4e93f92783
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
|
||||
dnf install -y sudo git lbzip2 rsync nasm
|
||||
|
||||
# Configure git for various usage
|
||||
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \
|
||||
|
|
Loading…
Reference in a new issue