@rogerlipscombe Can you do the fetch/build of dependencies as a separate layer? For example, this Elixir Dockerfile [https://github.com/mbta/tablespoon/blob/main/Dockerfile#L14-L18] copies only the files needed to fetch/build the dependencies, and then as another layer copies the application files and builds the release.