mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Through some random machinations, software-properties-common now has a dependency on systemd. This breaks the built docker image as plugins will think systemd is available, so `dokku plugin:install --core` will reference that over sv. Since we don't manage ppas in Dokku anymore - the only use was for an nginx ppa so we could use a newer Nginx - this can be safely removed. Also remove some other stuff related to systemd that aren't required anymore.