From 501633334393fb337b60371fdb8afd6e454d9d67 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 2 Jul 2020 11:35:06 +0300 Subject: [PATCH] remove not needed setting from ub20 template --- images/linux/ubuntu2004.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 436c7c04..eb958327 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -288,8 +288,7 @@ ], "environment_vars": [ "METADATA_FILE={{user `metadata_file`}}", - "HELPER_SCRIPTS={{user `helper_script_folder`}}", - "DEBIAN_FRONTEND=noninteractive" + "HELPER_SCRIPTS={{user `helper_script_folder`}}" ], "execute_command": "/bin/sh -c '{{ .Vars }} {{ .Path }}'" },