Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leave no apk cache in Docker image (#1112)
Use `apk add` with `--no-cache` will prevent leaving cache in the released image, and it's now kind of Dockerfile best practice.
- Loading branch information