From dbdbdaf1b7b7dfe71640a43053147fd00e21570b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Silva?= <66086228+otaviosilva22@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:03:43 -0300 Subject: [PATCH] docs(README): link libc6-compat Broken libc6-compat link fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ce7956..478e20cd 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ variant is usually a very safe choice. See for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images. One common issue that may arise is a missing shared library required for use of `process.dlopen`. To add the missing shared libraries -to your image, adding the [`libc6-compat`](https://pkgs.alpinelinux.org/package/edge/main/x86/libc6-compat) +to your image, adding the [`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.10/main/x86_64/libc6-compat) package in your Dockerfile is recommended: `apk add --no-cache libc6-compat` To minimize image size, it's uncommon for additional related tools