gstreamer/docker/ubuntu/cleanup.sh

6 lines
83 B
Bash
Raw Normal View History

set -eu
echo "Removing apt cache"
rm -R /root/*
rm -R /var/lib/apt/ /var/log/apt/