️(docker) Optimize Dockerfile to use apk with --no-cache

Using the `apk` commands with the `--no-cache` parameter for package
installation and upgrade will prevent the package index from being
cached and reduce the built image size.
This commit is contained in:
Peter Dave Hello
2025-03-17 21:55:14 +08:00
committed by Anthony LC
parent ca09f9a158
commit ac0c16a44a
2 changed files with 8 additions and 5 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Changed
- ⚡️(docker) Optimize Dockerfile to use apk with --no-cache #743
## [3.4.1] - 2025-07-15
### Fixed