propellor spin
This commit is contained in:
parent
ff9647cf9d
commit
6ea324c613
|
@ -363,7 +363,6 @@ standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Host
|
|||
standardContainer name suite arch = Docker.container name (dockerImage system)
|
||||
& os system
|
||||
& Apt.stdSourcesList `onChange` Apt.upgrade
|
||||
& Apt.installed ["systemd"]
|
||||
& Apt.unattendedUpgrades
|
||||
& Apt.cacheCleaned
|
||||
& Docker.tweaked
|
||||
|
|
Loading…
Reference in New Issue