From c0fa62334934d8cc0c75827152c3da379a923314 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Mon, 18 Feb 2019 13:44:50 +0100 Subject: [PATCH] added libresolv to Filesystem section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ca156..1a7fea3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/ng * Super tiny (only `18MB`) * Built from source, including libraries -* Based on `scratch`, see [Filesystem](#Filesystem) for an exhaustive list of the image's contents +* Based on `scratch`, see the [Filesystem](#Filesystem) section below for an exhaustive list of the image's contents * Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/)) * Included [brotli](https://github.com/google/brotli) compression support (with [ngx_brotli](https://github.com/google/ngx_brotli)) @@ -43,7 +43,9 @@ The image's contents are: │ ├── libc-2.24.so │ ├── libc.so.6 → libc-2.24.so │ ├── libnss_files-2.24.so -│ └── libnss_files.so.2 → libnss_files-2.24.so +│ ├── libnss_files.so.2 → libnss_files-2.24.so +│ ├── libresolv-2.24.so +│ └── libresolv.so.2 → libresolv-2.24.so ├── nginx └── tmp/ ```