Remove temp fix

Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
Bala Raman 2023-01-04 15:06:56 -05:00
parent 5b08b30d90
commit a61ab93638
No known key found for this signature in database
GPG Key ID: 23A07BF21B5D6625
1 changed files with 5 additions and 5 deletions

View File

@ -34,11 +34,11 @@ RUN dnf install -y epel-release && \
dnf clean all; \
# Temp fix for dnf until fix is ported to EL8
# imgcreate.errors.MountError: Unable to unmount filesystem at /var/tmp/imgcreate-XXXXXX/install_root/var/cache/dnf.
cwd=$PWD \
cd /mnt/system-root/usr/lib/python3.6/site-packages/dnf/ ;\
mv base.py base.py_saved ;\
curl -LO https://raw.githubusercontent.com/AlmaLinux/sig-livemedia/build-fix/work/scripts/base.py ; \
cd $cwd ; \
# cwd=$PWD \
# cd /mnt/system-root/usr/lib/python3.6/site-packages/dnf/ ;\
# mv base.py base.py_saved ;\
# curl -LO https://raw.githubusercontent.com/AlmaLinux/sig-livemedia/build-fix/work/scripts/base.py ; \
# cd $cwd ; \
# cp /etc/yum.repos.d/e* /mnt/system-root/etc/yum.repos.d/ ; \
/bin/date +%Y%m%d_%H%M > /mnt/system-root/etc/BUILDTIME ;\
# set DNF infra variable to container for compatibility with CentOS