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
2015-07-15 14:28:55 +02:00

13 lines
208 B
Bash
Executable File

#!/bin/bash
set -e
source /bd_build/buildconfig
set -x
apt-get clean
rm -rf /bd_build
rm -rf /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/*
rm -f /etc/dpkg/dpkg.cfg.d/02apt-speedup
rm -f /etc/ssh/ssh_host_*