ci: Add ca-certificates to the indent image

This is needed to rebuild the image

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5235>
This commit is contained in:
Jordan Petridis 2023-08-24 13:52:29 +03:00
parent 182fa11c0e
commit 3db2159fc4
3 changed files with 4 additions and 2 deletions

View file

@ -136,7 +136,7 @@ fedora amd64 docker:
FDO_DISTRIBUTION_VERSION: 'bookworm'
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
FDO_DISTRIBUTION_TAG: "$INDENT_TAG-$GST_UPSTREAM_BRANCH"
FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils'
FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils ca-certificates'
FDO_DISTRIBUTION_EXEC: 'ci/docker/indent/prepare.sh'
gst-indent amd64 docker:

View file

@ -7,7 +7,7 @@ variables:
###
FEDORA_TAG: '2023-08-25.1'
INDENT_TAG: '2023-06-14.1'
INDENT_TAG: '2023-08-24.3'
LINT_TAG: '2023-02-16.5'

View file

@ -1,3 +1,5 @@
#! /bin/bash
set -e
set -x
# Install dotnet-format