mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docker/cerbero: Install wine in system setup
This is now an optional runtime dependency that cerbero can make use of for doing runtime testing of the built binaries. Needed for building a new image so that !227 can be merged.
This commit is contained in:
parent
08b346d96c
commit
cb22d4c4f9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:30
|
||||||
# System setup
|
# System setup
|
||||||
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
||||||
dnf upgrade -y && \
|
dnf upgrade -y && \
|
||||||
dnf install -y sudo git lbzip2 rsync
|
dnf install -y sudo git lbzip2 rsync wine
|
||||||
|
|
||||||
# Configure git for various usage
|
# Configure git for various usage
|
||||||
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \
|
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \
|
||||||
|
|
Loading…
Reference in a new issue