mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
47e1cb91ef
sysv-rc and util-linux are used in the postinst scripts of some packages, and so those packages won't install if they aren't available. sysv-rc contains update-rc.d, so any package that installs a service would fail to install. Those packages are common to install in to containers. util-linux contains the getopt command which some scripts expect to find.