Remove shadow-utils and sssd-client from the container base image

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1951111.

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2021-04-20 15:58:43 +02:00 committed by kevin
parent ebe3cfa4b3
commit 1abc805cca
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,6 @@ tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
vim-minimal
dnf
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
sssd-client
sudo
-glibc-langpack-en
-langpacks-en

View File

@ -36,8 +36,6 @@ bash
coreutils
glibc-minimal-langpack
rpm
shadow-utils
sssd-client
util-linux
-kernel
-dosfstools
@ -51,6 +49,9 @@ util-linux
-xkeyboard-config
-grubby
-langpacks-en_GB
# https://bugzilla.redhat.com/show_bug.cgi?id=1951111
-shadow-utils
-sssd-client
%end