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

apk add --no-cache

Install packages without using the cache.

Alpine
Last updated: Report error
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