summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/fedora.Dockerfile')
-rw-r--r--.gitlab-ci/fedora.Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index d67cd3511..85f910cb9 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -13,6 +13,7 @@ RUN dnf -y update \
fuse \
gcc \
gcc-c++ \
+ gdb \
gettext \
git \
glibc-devel \
@@ -42,7 +43,7 @@ RUN dnf -y update \
libxslt \
ncurses-compat-libs \
ninja-build \
- pcre-devel \
+ pcre2-devel \
"python3-dbusmock >= 0.18.3-2" \
python3-pip \
python3-pygments \
@@ -75,6 +76,9 @@ RUN dnf -y update \
RUN pip3 install meson==0.60.3
+COPY install-gitlab-cobertura-tools.sh .
+RUN ./install-gitlab-cobertura-tools.sh
+
# Set /etc/machine-id as it’s needed for some D-Bus tests
RUN systemd-machine-id-setup