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>
This commit is contained in:
Philip Withnall 2020-05-07 13:22:02 +01:00
parent 31099d97eb
commit 74f1e58219

View File

@ -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 \