From 891515d3c4d81598f50a11e8df4604efc4205020 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 18:10:17 +0100 Subject: [PATCH] main: color dpkg and allow to configure as root --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index cc298d9..4fafd87 100644 --- a/main.js +++ b/main.js @@ -65,6 +65,8 @@ async function main() { "--volume", workspaceDirectory + ":" + workspaceDirectory, "--workdir", sourceDirectory, "--env", "DEBIAN_FRONTEND=noninteractive", + "--env", "DPKG_COLORS=always", + "--env", "FORCE_UNSAFE_CONFIGURE=1", "--tty", image, "sleep", "inf"