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