>_ linuxcommand.dev
Startseite apk add --no-cache
Package Management

apk add --no-cache

Install packages without using the cache.

Last updated: Report error
Syntax
$apk add --no-cache PACKAGES
Examples
Examples
$apk add --no-cache curl
Examples
$apk add --no-cache git openssh
Typical use cases
Standard usage
apk add --no-cache --help
Detailed Help
man apk add --no-cache
Note Useful for Docker containers to reduce image size.
Export