pull in fedora-release-cloud to make the docker base image smaller

during install dnf was pulling in fedora-release-server which added a lot of bloat
This commit is contained in:
Dennis Gilmore 2015-03-11 10:38:08 -05:00
parent 86e274f415
commit d4fa62eaab
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ reboot
%packages --excludedocs --instLangs=en --nocore
bash
fedora-release
# dnf is pulling in fedora-release-server on installs. so for now pull in a product release that
# does not pull in extra deps and makes the image smaller
fedora-release-cloud
rootfiles
vim-minimal
dnf