diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index c17a31fe..5615acfb 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -166,7 +166,7 @@ installpkg notification-daemon ## Docker enabled boot.iso # Not all arches currently have docker -%if basearch not in ("ppc", "ppc64", "s390", "s390x"): +%if basearch not in ("ppc", "ppc64", "s390"): installpkg docker-anaconda-addon %endif