main: color dpkg and allow to configure as root

This commit is contained in:
Dawid Dziurla 2020-03-26 18:10:17 +01:00 committed by GitHub
parent f235be040d
commit 891515d3c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"