mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Removed some default Ubuntu cron jobs which are not useful in Docker containers.
This commit is contained in:
@@ -39,3 +39,7 @@ cp /build/enable_insecure_key /usr/sbin/
|
||||
$minimal_apt_get_install cron
|
||||
mkdir /etc/service/cron
|
||||
cp /build/runit/cron /etc/service/cron/run
|
||||
|
||||
## Remove useless cron entries.
|
||||
# Checks for lost+found and scans for mtab.
|
||||
rm -f /etc/cron.daily/standard
|
||||
|
||||
Reference in New Issue
Block a user