docker/fedora: use git-core instead of git

We don't need the full blown git pakcage and we can avoid
a couple of perl deps that way
This commit is contained in:
Jordan Petridis 2019-03-14 16:51:14 +02:00 committed by Jordan Petridis
parent a116f19eeb
commit a9e17aad52
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
set -eu
dnf install -y git meson ninja-build dnf-plugins-core
dnf install -y git-core meson ninja-build dnf-plugins-core
# Configure git for various usage
git config --global user.email "gst-build@gstreamer.net"

View file

@ -4,5 +4,5 @@ RUN dnf install -y \
python3-pytest \
python3-requests \
python3-pytest-cov \
git \
git-core \
&& rm -rf /var/cache/dnf /var/log/dnf*