1
0
James P. Ketrenos 2ac00fa2ce Update to latest xe-solutions
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2021-07-13 16:27:11 -07:00

7 lines
155 B
Plaintext

# Pull internal RHEL image
FROM ${REGISTRY_OS}rhel:${OS_RELEASE}.0 AS xe-base-stage
# Flush cached package lists to prevent stale data
RUN dnf clean all