mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06: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
|
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
|
# Configure git for various usage
|
||||||
git config --global user.email "gst-build@gstreamer.net"
|
git config --global user.email "gst-build@gstreamer.net"
|
||||||
|
|
|
@ -4,5 +4,5 @@ RUN dnf install -y \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-requests \
|
python3-requests \
|
||||||
python3-pytest-cov \
|
python3-pytest-cov \
|
||||||
git \
|
git-core \
|
||||||
&& rm -rf /var/cache/dnf /var/log/dnf*
|
&& rm -rf /var/cache/dnf /var/log/dnf*
|
Loading…
Reference in a new issue