summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci/minimal.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/minimal.Dockerfile b/.gitlab-ci/minimal.Dockerfile
index 875c3e21..d9a31995 100644
--- a/.gitlab-ci/minimal.Dockerfile
+++ b/.gitlab-ci/minimal.Dockerfile
@@ -6,13 +6,14 @@ RUN dnf -y install \
gcc \
gcc-c++ \
git \
+ libmount-devel \
ninja-build \
+ pcre-devel \
pkgconf \
python3 \
python3-devel \
python3-pip \
python3-wheel \
- libmount-devel \
&& dnf clean all
RUN pip3 install meson==0.55.3