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
@ -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 wine
|
||||
|
||||
# Configure git for various usage
|
||||
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user