1
0
mirror of /repos/baseimage-docker.git synced 2026-02-26 17:32:03 +01:00

Remove nano, replace VIM with vim-tiny

This reduces the virtual size by 42 MB.
This commit is contained in:
Hongli Lai (Phusion)
2015-07-15 15:02:13 +02:00
parent 404832ba47
commit b72ef2eba3
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ source /bd_build/buildconfig
set -x
## Often used tools.
$minimal_apt_get_install curl less nano vim psmisc
$minimal_apt_get_install curl less vim-tiny psmisc
ln -s /usr/bin/vim.tiny /usr/bin/vim
## This tool runs a command as another user and sets $HOME.
cp /bd_build/bin/setuser /sbin/setuser