Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
 guests/lcitool | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guests/lcitool b/guests/lcitool
index bd32d1f..a7bcae3 100755
--- a/guests/lcitool
+++ b/guests/lcitool
@@ -541,7 +541,8 @@ class Application:
 
         if package_format == "deb":
             sys.stdout.write(textwrap.dedent("""
-                RUN apt-get update && \\
+                RUN export DEBIAN_FRONTEND=noninteractive && \\
+                    apt-get update && \\
                     apt-get dist-upgrade -y && \\
                     apt-get install -y ${PACKAGES} && \\
                     apt-get autoremove -y && \\
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to