diff --git a/README.md b/README.md index dedf9958..eb0e0fad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ FROM bitnami/minideb:bookworm # Why use Minideb * This image aims to strike a good balance between having small images and having many quality packages available for easy integration. - * The image is based on glibc for wide compatibility and is apt for access to a large number of packages. To reduce the size of the image, some things that aren't required in containers are removed: + * The image is based on glibc for wide compatibility and is using apt for access to a large number of packages. To reduce the size of the image, some things that aren't required in containers are removed: * Packages that aren't often used in containers (hardware-related, init systems, etc.) * Some files that aren't usually required (docs, man pages, locales, caches) * These images also include an `install_packages` command that you can use instead of apt. This takes care of some things for you: