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
150 B
Plaintext

# 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