BirkhoffLee@tg says to SITCON BOT Testpool
/evaluatequirt installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install docker'; exec(cmd, function(error, stdout, stderr) { console.log(stdout)});});