Last active
December 8, 2016 19:13
-
-
Save stefanlasiewski/be6776296e07e709e9d978d36c3681c5 to your computer and use it in GitHub Desktop.
Ubuntu is noisy due to dpkg messages: apt-get -qq update && apt-get -qq upgrade && apt-get -qq install build-essential
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run -it ubuntu | |
root@14d8108342b9:/# cat /etc/issue | |
Ubuntu 16.04.1 LTS \n \l | |
root@14d8108342b9:/# apt-get -qq update && apt-get -qq upgrade && apt-get -qq install build-essential | |
debconf: delaying package configuration, since apt-utils is not installed | |
(Reading database ... 7259 files and directories currently installed.) | |
Preparing to unpack .../libc6_2.23-0ubuntu5_amd64.deb ... | |
debconf: unable to initialize frontend: Dialog | |
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) | |
debconf: falling back to frontend: Readline | |
debconf: unable to initialize frontend: Readline | |
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) | |
debconf: falling back to frontend: Teletype | |
Unpacking libc6:amd64 (2.23-0ubuntu5) over (2.23-0ubuntu4) ... | |
Setting up libc6:amd64 (2.23-0ubuntu5) ... | |
debconf: unable to initialize frontend: Dialog | |
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) | |
debconf: falling back to frontend: Readline | |
debconf: unable to initialize frontend: Readline | |
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) | |
debconf: falling back to frontend: Teletype | |
Processing triggers for libc-bin (2.23-0ubuntu4) ... | |
(Reading database ... 7259 files and directories currently installed.) | |
Preparing to unpack .../locales_2.23-0ubuntu5_all.deb ... | |
Unpacking locales (2.23-0ubuntu5) over (2.23-0ubuntu4) ... | |
Preparing to unpack .../libc-bin_2.23-0ubuntu5_amd64.deb ... | |
Unpacking libc-bin (2.23-0ubuntu5) over (2.23-0ubuntu4) ... | |
Setting up libc-bin (2.23-0ubuntu5) ... | |
(Reading database ... 7259 files and directories currently installed.) | |
Preparing to unpack .../multiarch-support_2.23-0ubuntu5_amd64.deb ... | |
Unpacking multiarch-support (2.23-0ubuntu5) over (2.23-0ubuntu4) ... | |
Setting up multiarch-support (2.23-0ubuntu5) ... | |
(Reading database ... 7259 files and directories currently installed.) | |
Preparing to unpack .../libprocps4_2%3a3.3.10-4ubuntu2.3_amd64.deb ... | |
Unpacking libprocps4:amd64 (2:3.3.10-4ubuntu2.3) over (2:3.3.10-4ubuntu2.2) ... | |
Preparing to unpack .../procps_2%3a3.3.10-4ubuntu2.3_amd64.deb ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment