gstreamer/docker/android/cleanup.sh
Matthew Waters 497415544b docker: add android-specific image
pre-includes the NDK/SDK
2019-03-26 04:00:57 +00:00

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*