propellor spin

This commit is contained in:
Joey Hess 2014-10-10 13:24:31 -04:00
parent ff9647cf9d
commit 6ea324c613
Failed to extract signature
1 changed files with 0 additions and 1 deletions

View File

@ -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