Fix link to default value of DEBIAN_FRONTEND (#10916)

Fix link to default value of DEBIAN_FRONTEND

The old link is broken
This commit is contained in:
Orlando Fernandes 2020-06-02 08:15:07 -03:00 committed by GitHub
parent ff1e002645
commit c2ca7143fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ Because of this, and because setting `DEBIAN_FRONTEND` to `noninteractive` is
mainly a 'cosmetic' change, we *discourage* changing it.
If you *really* need to change its setting, make sure to change it back to its
[default value](https://www.debian.org/releases/stable/i386/ch05s03.html.en){: target="_blank" class="_"}
[default value](https://www.debian.org/releases/stable/amd64/ch05s03.en.html#installer-args){: target="_blank" class="_"}
afterwards.
### Why do I get `Connection reset by peer` when making a request to a service running in a container?