main: debug

This commit is contained in:
Dawid Dziurla 2020-12-26 18:08:49 +01:00 committed by GitHub
parent 6d3065e17e
commit e5356aca21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,12 +92,12 @@ async function main() {
await exec.exec("docker", [
"exec",
container,
"bash", "-c", "rm /etc/apt/apt.conf.d/*"
"bash", "-c", "echo APT::Get::Assume-Yes \"true\"\; > /etc/apt/apt.conf.d/00noconfirm"
])
await exec.exec("docker", [
"exec",
container,
"bash", "-c", "echo APT::Get::Assume-Yes \"true\"\; > /etc/apt/apt.conf.d/00noconfirm"
"bash", "-c", "cat /etc/apt/apt.conf.d/00noconfirm"
])
await exec.exec("docker", [
"exec",