mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Removed some default Ubuntu cron jobs which are not useful in Docker containers.
This commit is contained in:
parent
8cf30f326e
commit
68e4f5e8bf
@ -39,3 +39,7 @@ cp /build/enable_insecure_key /usr/sbin/
|
|||||||
$minimal_apt_get_install cron
|
$minimal_apt_get_install cron
|
||||||
mkdir /etc/service/cron
|
mkdir /etc/service/cron
|
||||||
cp /build/runit/cron /etc/service/cron/run
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user