# Pull $OS_DISTRO from Docker Hub FROM $OS_DISTRO:$OS_RELEASE as xe-base-stage # Flush cached package lists to prevent stale data RUN dnf clean all