openresty-packaging
openresty-packaging copied to clipboard
Debian package needs to depend on `lsb-base`?
The Docker packaging got this issue about needing lsb-base
package. This is due to the init
scripts invoking /lib/lsb/init-functions
.
https://packages.debian.org/search?suite=stable§ion=all&arch=any&searchon=contents&keywords=init-functions
Maybe regular Debian installs have this installed but the slim
Docker images do not? Either way, we added it to the Docker image tooling.