You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
194
+
[`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat) package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
to add the missing shared libraries: `apk add --no-cache gcompat`
197
+
[`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package to add the missing shared libraries: `apk add --no-cache gcompat`
201
198
202
199
To minimize image size, it's uncommon for additional related tools
203
200
(such as `git` or `bash`) to be included in Alpine-based images. Using this
204
201
image as a base, add the things you need in your own Dockerfile
205
202
(see the [`alpine` image description](https://hub.docker.com/_/alpine/) for
206
203
examples of how to install packages if you are unfamiliar).
207
204
208
-
To make the image size even smaller, you
209
-
can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn).
205
+
To make the image size even smaller, you can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn).
210
206
211
207
### `node:bullseye`
212
208
@@ -256,8 +252,7 @@ upgrade your Docker daemon.
256
252
257
253
## Supported Node.js versions
258
254
259
-
This project will support Node.js versions as still under active support as per
260
-
the [Node.js release schedule](https://github.com/nodejs/Release).
255
+
This project will support Node.js versions as still under active support as per the [Node.js release schedule](https://github.com/nodejs/Release).
0 commit comments