mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
11 lines
133 B
Bash
Executable File
11 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
source /build/buildconfig
|
|
set -x
|
|
|
|
apt-get clean
|
|
rm -rf /build
|
|
rm -rf /tmp/* /var/tmp/*
|
|
|
|
rm -f /etc/ssh/ssh_host_*
|