forked from srbala/fedora-kickstarts
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:
parent
86e274f415
commit
d4fa62eaab
@ -18,7 +18,9 @@ reboot
|
|||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
bash
|
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
|
rootfiles
|
||||||
vim-minimal
|
vim-minimal
|
||||||
dnf
|
dnf
|
||||||
|
Loading…
Reference in New Issue
Block a user