From 35f0938464199feeb1ba688dda2046ff4e3484e4 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 2 Jul 2020 11:59:16 +0300 Subject: [PATCH] remove setting from 16.04 template --- images/linux/ubuntu1604.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/linux/ubuntu1604.json b/images/linux/ubuntu1604.json index 60aa3714..33c29cc4 100644 --- a/images/linux/ubuntu1604.json +++ b/images/linux/ubuntu1604.json @@ -283,8 +283,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 }}'" },