Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Dockerfile): Switch from scratch to distroless image (#67)
Currently the docker image is not really working as we're missing certs to run HTTP requests. We could add them manually, installing with apk and then copying, but it'll be easier to just use [distroless](https://github.com/GoogleContainerTools/distroless) image which comes all-inclusive.
- Loading branch information