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

Enable cron

This commit is contained in:
Hongli Lai (Phusion)
2013-11-12 12:34:40 +01:00
parent c4b9fe56f8
commit 16ccc1e40d
6 changed files with 21 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ source /build/buildconfig
set -x
## Often used tools.
apt-get install -y curl less nano vim psmisc
$minimal_apt_get_install curl less nano vim psmisc
## This tool runs a command as another user and sets $HOME.
cp /build/setuser /sbin/setuser