Skip to content

Commit

Permalink
README: Fix wording
Browse files Browse the repository at this point in the history
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
  • Loading branch information
orgads authored Oct 10, 2024
1 parent 33db0aa commit e7c029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7c029d

Please sign in to comment.