summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/ci/Dockerfile13
1 files changed, 11 insertions, 2 deletions
diff --git a/.gitlab/ci/Dockerfile b/.gitlab/ci/Dockerfile
index 5996b9fb0..a3275bb79 100644
--- a/.gitlab/ci/Dockerfile
+++ b/.gitlab/ci/Dockerfile
@@ -1,7 +1,9 @@
-FROM fedora:28
+FROM fedora:33
RUN dnf -y install \
ccache \
+ clang \
+ clang-analyzer \
gcc \
gcc-c++ \
gettext \
@@ -12,14 +14,21 @@ RUN dnf -y install \
gtk-doc \
itstool \
jasper-devel \
+ lcov \
+ libasan \
libjpeg-turbo-devel \
libpng-devel \
libtiff-devel \
libX11-devel \
- make \
meson \
+ python3 \
+ python3-jinja2 \
+ python3-pip \
+ python3-pygments \
+ python3-wheel \
redhat-rpm-config \
shared-mime-info \
+ which \
&& dnf clean all
RUN pip3 install meson==0.48.1