We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdac65 commit 4826b38Copy full SHA for 4826b38
README.md
@@ -189,10 +189,6 @@ of using Alpine-based images.
189
One common issue that may arise is a missing shared library required for use of
190
`process.dlopen`. To add the missing shared libraries to your image:
191
192
-- For Alpine v3.18 and earlier, adding the
193
-[`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat)
194
-package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
195
-
196
- Starting from Alpine v3.19, you can use the
197
[`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package
198
to add the missing shared libraries: `apk add --no-cache gcompat`
0 commit comments