summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-23 23:43:29 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2021-06-24 18:17:56 +0000
commit2b98e9b7158e165a4ec6ff29bfc204ea5480c16c (patch)
treecda1880c2726b606fae7a8e7f6b70897e3f5a18b /.gitlab-ci/Dockerfile
parente3f02be1f372449b66cebf4edec868b3c8be8698 (diff)
downloadgobject-introspection-2b98e9b7158e165a4ec6ff29bfc204ea5480c16c.tar.gz
ci: Install mako and markup modules in Docker
Don't install them as part of the CI job. It's pointless repetition.
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 7f640b56..bab05281 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -39,6 +39,8 @@ RUN dnf -y install \
pcre-devel \
python3 \
python3-devel \
+ python3-mako \
+ python3-markdown \
python3-pip \
python3-wheel \
readline-devel \