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