mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
plugins/docker_daemon: align with space
This commit is contained in:
parent
31ba98821c
commit
6fdf0cc403
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class AddDockerDeps(Task):
|
|||
description = 'Add packages for docker deps'
|
||||
phase = phases.package_installation
|
||||
DOCKER_DEPS = ['aufs-tools', 'btrfs-tools', 'git', 'iptables',
|
||||
'procps', 'xz-utils', 'ca-certificates']
|
||||
'procps', 'xz-utils', 'ca-certificates']
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue