1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00
Files
baseimage-docker/image/cleanup.sh
Hongli Lai (Phusion) aee8c8368f Fix bugs, added README
2013-11-12 11:45:39 +01:00

9 lines
106 B
Bash
Executable File

#!/bin/bash
set -e
source /build/buildconfig
set -x
apt-get clean
rm -rf /build
rm -rf /tmp/* /var/tmp/*