1
0
James Ketrenos bdb996e07e Updated to work with latest xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-11-14 13:04:22 -08:00

7 lines
180 B
Plaintext

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