mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
791757de6c
There is no point in doing a different docker image for each build we are going to do inside an Ubuntu distro. We can later use the same image for native ubuntu builds, or other cross builds (e.g. android API 21, etc).
5 lines
83 B
Bash
5 lines
83 B
Bash
set -eu
|
|
|
|
echo "Removing apt cache"
|
|
rm -R /root/*
|
|
rm -R /var/lib/apt/ /var/log/apt/
|