diff --git a/modules/ROOT/pages/discoveries.adoc b/modules/ROOT/pages/discoveries.adoc index da346d8..e03dd15 100644 --- a/modules/ROOT/pages/discoveries.adoc +++ b/modules/ROOT/pages/discoveries.adoc @@ -6,15 +6,16 @@ This page contains random discoveries that we make. We'll bring some structure t === dnf - * --nodocs or --setopt=tsflags=nodocs - ** Average shrink is 5 to 10M - * --setopt=install_weak_deps=false - ** Depending on the package could shrink alot, could shrink nothing - ** Can also remove some functionality - * install +* --nodocs or --setopt=tsflags=nodocs +** Average shrink is 5 to 10M +* --setopt=install_weak_deps=false +** Depending on the package could shrink alot, could shrink nothing +** Can also remove some functionality +* install glibc-minimal-langpack +** Average shrink is 200M == External Articles - * Building tiny container images: https://opensource.com/article/18/7/building-container-images - * Creating small containers with Buildah: https://opensource.com/article/18/5/containers-buildah - * Buildah images not so small?: https://github.com/containers/buildah/issues/532 +* Building tiny container images: https://opensource.com/article/18/7/building-container-images +* Creating small containers with Buildah: https://opensource.com/article/18/5/containers-buildah +* Buildah images not so small?: https://github.com/containers/buildah/issues/532