main: color dpkg and allow to configure as root
This commit is contained in:
parent
f235be040d
commit
891515d3c4
2
main.js
2
main.js
|
@ -65,6 +65,8 @@ async function main() {
|
||||||
"--volume", workspaceDirectory + ":" + workspaceDirectory,
|
"--volume", workspaceDirectory + ":" + workspaceDirectory,
|
||||||
"--workdir", sourceDirectory,
|
"--workdir", sourceDirectory,
|
||||||
"--env", "DEBIAN_FRONTEND=noninteractive",
|
"--env", "DEBIAN_FRONTEND=noninteractive",
|
||||||
|
"--env", "DPKG_COLORS=always",
|
||||||
|
"--env", "FORCE_UNSAFE_CONFIGURE=1",
|
||||||
"--tty",
|
"--tty",
|
||||||
image,
|
image,
|
||||||
"sleep", "inf"
|
"sleep", "inf"
|
||||||
|
|
Loading…
Reference in a new issue