Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Dockerfile apk usage to reduce image size (#162)
Eliminate `apk update` command and explicitly use `apk upgrade` with `--no-cache` to minimize temp file residue.
- Loading branch information