fix formating

This commit is contained in:
Troy Dawson 2019-08-15 12:38:11 -07:00
parent 889291a256
commit ff5b1ba5e8

View file

@ -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 <package(s)>
** 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