diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-01-29 11:01:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-11 13:39:52 +0000 |
commit | 9e38a70c6b526285fa6e49857606107c7ef49fea (patch) | |
tree | 98709fcbd4a6765f5cabd23d50cc3f7b36805dd3 /.gitlab-ci/fedora.Dockerfile | |
parent | 56f9cdd99d7f18b0bad1d491108571e5307d6836 (diff) | |
download | gtk+-9e38a70c6b526285fa6e49857606107c7ef49fea.tar.gz |
ci: Replicate the CI image scripts from GLib
They are easier to use and document, and allow us to add new base images
in the future without making a mess.
Diffstat (limited to '.gitlab-ci/fedora.Dockerfile')
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index a9006c01f2..2490f0a507 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -61,10 +61,10 @@ RUN dnf -y install \ ninja-build \ pango-devel \ pcre-devel \ - pygments \ python3 \ python3-jinja2 \ python3-pip \ + python3-pygments \ python3-wheel \ redhat-rpm-config \ sassc \ |