cerbero/fedora: install which into the image
authorJordan Petridis <jordan@centricular.com>
Wed, 9 Sep 2020 14:31:08 +0000 (17:31 +0300)
committerJordan Petridis <jordan@centricular.com>
Wed, 9 Sep 2020 22:01:30 +0000 (01:01 +0300)
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>

docker/cerbero/Dockerfile-fedora
gitlab/ci_template.yml

index 2347399..2e8c0e3 100644 (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" && \
index 858b74f..74073ed 100644 (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'