diskimage-builder/elements/dpkg/post-install.d/99-clean-up-cache

7 lines
85 B
Bash
Executable File

#!/bin/bash
# Do an apt-get clean. This will free some space.
set -e
apt-get clean