Package Management
apk add --no-cache
Install packages without using the cache.
Syntax
$apk add --no-cache PACKAGES
Examples
$apk add --no-cache curl
$apk add --no-cache git openssh
Typical use cases
?
Standard usage
apk add --no-cache --help
Note
Useful for Docker containers to reduce image size.
Export