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

Added install_clean.sh utility

This commit is contained in:
Steve Kamerman
2017-10-16 23:31:26 -04:00
committed by Kingdon Barrett
parent ffc1f6db05
commit fcc1283c85
3 changed files with 14 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ 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
## This tool allows installation of apt packages with automatic cache cleanup.
cp /bd_build/bin/install_clean.sh /sbin/install_clean.sh