diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-05 16:19:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-05 16:19:34 -0400 |
| commit | d75cd6c7a373165944e73505412b674fb32786df (patch) | |
| tree | 1cbfca2dd138e56f9c7298d530e9ecb25d9f41d1 /config-joey.hs | |
| parent | 05ec16ecacf5b3ea296b242bc5c061b21569e26d (diff) | |
remove sysvinit and systemd from my docker images
sysvinit hangs on upgrade if not running
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 2f2ffa03..9363ff5f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -272,6 +272,7 @@ standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Host standardContainer name suite arch = Docker.container name (dockerImage system) & os (System (Debian suite) arch) & Apt.stdSourcesList suite + & Apt.removed ["sysvinit", "systemd"] & Apt.unattendedUpgrades & Apt.cacheCleaned where |
