summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-05-07 13:22:02 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-05-22 09:32:44 +0100
commit74f1e58219324a4a7965cdec559b42bb4988e464 (patch)
tree4d20ac8672aa4abe1b876ebc7b21646fbb309086 /.gitlab-ci
parent31099d97eb3e7629de06120da94e08fe8ede1c3b (diff)
downloadglib-74f1e58219324a4a7965cdec559b42bb4988e464.tar.gz
ci: Add python3-pip to Fedora dependencies
It’s needed to provide the `pip3` executable, which the `Dockerfile` later uses. Follow-up to !1464. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/fedora.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 69548716e..39553e280 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -45,6 +45,7 @@ RUN dnf -y update \
ninja-build \
pcre-devel \
"python3-dbusmock >= 0.18.3-2" \
+ python3-pip \
python3-pygments \
python3-wheel \
shared-mime-info \