1
0
James Ketrenos bc93cb5c47 Updated to latest xe-solutions and migrate RHEL from 8.0 to 8.1
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-03-17 16:45:16 -07:00

7 lines
180 B
Plaintext

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