passenger-docker
passenger-docker copied to clipboard
Explicitly install "file"
This fixes a bug that doesn't affect the official build images, but did bite me building the images locally.
Basically, "file" isn't in baseimage, but does get pulled in by some development tools. If the image being built doesn't need those because of caching, then file doesn't end up being in the end image.
All this does is explicitly install file, which is present in all current official build images anyway.