1
0
James P. Ketrenos 01b78228a7 Updated to latest xe-solutions
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2020-07-15 10:15:05 -07:00

7 lines
190 B
Plaintext

# Pull internal RHEL image
FROM dockerv2-gfx-build.gfx-assets.intel.com/upstream/rhel:${OS_RELEASE}.0 AS xe-base-stage
# Flush cached package lists to prevent stale data
RUN dnf clean all