feat: add apparmor to debian 9+ base container
This commit is contained in:
		| @@ -279,6 +279,10 @@ func (d Debian) runs() (commands []string) { | ||||
| 			"initramfs-tools", d.release.Name()) | ||||
| 	} | ||||
|  | ||||
| 	if d.release >= 9 { | ||||
| 		pkglist = append(pkglist, "apparmor") | ||||
| 	} | ||||
|  | ||||
| 	if d.release < 9 { | ||||
| 		pkglist = append(pkglist, "module-init-tools") | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user