1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Do not save SSH host key in baseimage-docker. Instead, generate it automatically during boot.

This commit is contained in:
Hongli Lai (Phusion)
2014-01-31 16:02:01 +01:00
parent d2b28d25a6
commit abf75875a9
3 changed files with 12 additions and 3 deletions

View File

@@ -6,3 +6,5 @@ set -x
apt-get clean
rm -rf /build
rm -rf /tmp/* /var/tmp/*
rm -f /etc/ssh/ssh_host_*