Reduce some packages that aren't of much use in the containers

Filesytem tools, TPM tools, libusb and friends aren't of much use in
a docker container so remove them.

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2017-03-24 18:19:28 +00:00
parent 2b560ba567
commit a6da97b44e
2 changed files with 10 additions and 3 deletions

View File

@ -6,9 +6,6 @@
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
microdnf
-e2fsprogs
-libss # used by e2fsprogs
-fuse-libs
%end

View File

@ -35,6 +35,16 @@ part / --fstype ext4 --grow
fedora-release
bash
-kernel
-dosfstools
-e2fsprogs
-fuse-libs
-gnupg2-smime
-libss # used by e2fsprogs
-libusbx
-pinentry
-shared-mime-info
-trousers
-xkeyboard-config
%end