1
0

Updated Dockerfile from latest xe-solutions via scripts/build-dockerfile.sh

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-11-21 20:56:53 -08:00
parent 7b7230bcc4
commit d33e7cfdb3

View File

@ -12,7 +12,7 @@
# #
# #
# Template from templates/ubuntu/00-FROM.in # Template from templates/ubuntu/00-from.in
# #
# Pull from ubuntu on Docker Hub # Pull from ubuntu on Docker Hub
FROM ubuntu:eoan AS xe-base-stage FROM ubuntu:eoan AS xe-base-stage
@ -260,6 +260,6 @@ RUN { \
echo "PACKAGE_STREAM=eoan" ; \ echo "PACKAGE_STREAM=eoan" ; \
echo "OS_DISTRO=ubuntu" ; \ echo "OS_DISTRO=ubuntu" ; \
echo "OS_RELEASE=eoan" ; \ echo "OS_RELEASE=eoan" ; \
} | sudo tee /assets/SOLUTION } | tee /assets/SOLUTION
COPY MANIFEST /assets/ COPY MANIFEST /assets/
COPY Dockerfile /assets/Dockerfile COPY Dockerfile /assets/Dockerfile