diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-10 13:24:31 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-10 13:24:31 -0400 |
| commit | 6ea324c613c5f1f4ddb1a5894be16eca4b39adb8 (patch) | |
| tree | bb903b21d77dd232d8d2d7bcf1fb90811969aff6 | |
| parent | ff9647cf9de929b69727fde1e5370d2a483950f0 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index a7475edf..541d553c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -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 |
