Looks better. I can see the all the logs in travis now without going raw.
Can you also add DEBIAN_FRONTEND=noninteractive ? This is considered best docker practice and will remove some of the debconf warnings that are going to stderr.
Make itest logs less verbose by quieting the output of apt-get by redirecting to /dev/null
I attempted to do this the "clean" way, with the -qq argument, but still got a lot of extraneous output, from the forked dpkg process. I tried to pass along an option to dpkg to quiet its output, but that also did not work. [1]
[1] https://peteris.rocks/blog/quiet-and-unattended-installation-with-apt-get/
该提问来源于开源项目:Yelp/paasta