5
Buildpack ordering
jnns
Under the hood, DigitalOcean App platform already seems to use multiple buildpacks. Unfortunately, this is not transparent to the user as buildpacks cannot be set manually nor can their order be changed.
Please add multiple buildpack ordering support as Heroku does:
N
Nathan Palmer
We need multiple buildpacks to get some additional dependencies for our app. Currently, on heroku, we can add the ruby and python buildpacks to run our app (ruby) and get some pip dependencies (python.) That isn't possible on Digital Ocean App Platform without building a custom Dockerfile.
The jump of complexity going from automatic buildpacks to managing your own Docker container is too high for a single pip dependency that we have. I'd love to see support for multiple buildpacks, even if they have to be manually specified.