Open
Description
The x/build/devapp Dockerfile contains extra steps to optimize the speed of repeated docker builds when the go.mod
or go.sum
files have not changed. It would be nice to have a more automated way of doing this that doesn't require us to remember to add some our dependencies manually inside of our Dockerfile.
See golang.org/cl/193878.