Alpine Linux
docker
Building Docker images
Alpine is a common base for small images: the alpine image is a few megabytes, and packages
install with apk add --no-cache <pkg> to avoid keeping the index in the layer.
Alpine is a common base for small images: the alpine image is a few megabytes, and packages
install with apk add --no-cache <pkg> to avoid keeping the index in the layer.