diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index eb053ae34b..a85f3e495d 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -22,6 +22,7 @@ dnf install -y \ aalib-devel \ aom \ bat \ + intel-mediasdk-devel \ libaom \ libaom-devel \ libcaca-devel \ diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index a5498840da..31cb6ae52f 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -21,7 +21,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2021-06-07.0' + FEDORA_TAG: '2021-06-09.0' CERBERO_TAG: '2020-10-22.0' ANDROID_TAG: '2020-10-22.0' MANIFEST_TAG: '2020-10-22.0'