mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
docker: Let the autostart of daemons by apt remain disabled
This commit is contained in:
parent
07bc3ddd8d
commit
8b4b2701fb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
from bootstrapvz.common.tasks import apt
|
||||
from bootstrapvz.common.tasks import folder
|
||||
from bootstrapvz.common.tasks import filesystem
|
||||
from bootstrapvz.common import task_groups
|
||||
|
@ -24,6 +25,9 @@ def resolve_tasks(taskset, manifest):
|
|||
taskset.update(task_groups.security_group)
|
||||
taskset.update(task_groups.cleanup_group)
|
||||
|
||||
# Let the autostart of daemons by apt remain disabled
|
||||
taskset.discard(apt.EnableDaemonAutostart)
|
||||
|
||||
taskset.update([tasks.commands.AddRequiredCommands,
|
||||
tasks.image.CreateDockerfileEntry,
|
||||
tasks.image.CreateImage,
|
||||
|
|
Loading…
Add table
Reference in a new issue