mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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:
parent
58df3e6f58
commit
0f50f3901e
2 changed files with 3 additions and 3 deletions
|
@ -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" && \
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue