Why are my apt-get dependencies missing from my app?
We do not support using apt-get install
when using buildpacks.
If your app requires build based dependencies, we recommend bundling the app into a Dockerfile, including your dependencies, and then deploying the app using the Docker image.