mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
72ec8cd33f
This is meant to replace both the runtime and build images. Spliting it in two increasing the maintainance required without any big benefits.
7 lines
100 B
Bash
7 lines
100 B
Bash
set -eu
|
|
|
|
echo "Removing DNF cache"
|
|
dnf clean all
|
|
|
|
rm -R /root/*
|
|
rm -rf /var/cache/dnf /var/log/dnf*
|