cerbero/fedora: install which into the image

We used to get this as transient dependency it seems,
which broke rebuilds of the img once w/e pkg was
depending on it, stopped.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/338>
This commit is contained in:
Jordan Petridis 2020-09-09 17:31:08 +03:00
parent 58df3e6f58
commit 0f50f3901e
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ ARG DEFAULT_BRANCH="master"
# System setup
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
dnf upgrade -y && \
dnf install -y sudo git lbzip2 rsync wine
dnf install -y sudo git lbzip2 rsync wine which
# Configure git for various usage
RUN git config --global user.email "cerbero@gstreamer.freedesktop.org" && \

View file

@ -22,8 +22,8 @@ variables:
# to change any part of the string of the image you want.
###
FEDORA_TAG: '2020-07-03.1'
CERBERO_TAG: '2020-06-25.0'
ANDROID_TAG: '2020-06-25.0'
CERBERO_TAG: '2020-09-09.2'
ANDROID_TAG: '2020-09-09.2'
MANIFEST_TAG: '2020-06-25.0'
TEST_MANIFEST_TAG: '2020-06-25.0'
INDENT_TAG: '2020-06-29.0'