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:
parent
a116f19eeb
commit
a9e17aad52
@ -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"
|
||||
|
@ -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*
|
Loading…
x
Reference in New Issue
Block a user