mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue