Don't run `go mod download' to build container This commit removes `go mod download' and the corresponding COPY that made it work. This builds upon work done in 68993931c85d as there are no third party dependencies aside from: * `stretchr/testify' which is used in unit tests * `coreos/go-systemd' which is not used in Docker
1 files changed, 0 insertions(+), 2 deletions(-) M Dockerfile
M Dockerfile => Dockerfile +0 -2