Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify dockerfile builder image so it can run tests
Add missing files that prevented the `go test` from passing. This enables local testing, including testing that uses internet and runs a production-like scenarios. The tests can be run with: ``` docker run --cap-add=SYS_ADMIN -it builder-image go test -v ./... \ -tags="privileged containerized" ```
- Loading branch information