#!/bin/sh echo "running [$0]" # clear APT package download cache to reduce the image size from ~100MB rm -vr /var/lib/apt/lists/ # clear APT package list cache to reduce the image size from ~180MB rm -vr /var/cache/apt/