rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.61k stars 1.17k forks source link

Dockerfile: Set `DEBIAN_FRONTEND=noninteractive` #315

Open pataquets opened 7 months ago

pataquets commented 7 months ago

From man 7 debconf:

       noninteractive
              This is the anti-frontend. It never interacts with you at all, and makes the default answers be used for all questions.
              It  might  mail  error  messages  to  root, but that's it; otherwise it is completely silent and unobtrusive, a perfect
              frontend for automatic installs. If you are using this front-end, and require non-default  answers  to  questions,  you
              will need to preseed the debconf database; see the section below on Unattended Package Installation for more details.