images/elements/rocky-minimal-yum/post-install.d/99-cleanup-container

12 lines
278 B
Plaintext
Raw Normal View History

2023-11-22 01:56:36 +00:00
#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
rm /etc/dnf/protected.d/sudo.conf
${YUM} clean all
${YUM} -y remove sudo python3 python-unversioned-command python3-pyyaml expat python3-libs python3-setuptools-wheel python3-pip-wheel