Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 555b7b1

Browse files
authored
Updated note to give more information about glibc
1 parent 477d5f5 commit 555b7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/alpine-3.10-git/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does not require any special steps to use. However, the `Dockerfile` includes **optional** `glibc` compatibility support which will reduce the chances of extensions with native dependencies failing. If you want, you can remove this section of the Dockerfile and rebuild the container with your preferred extensions installed to see if you actually need it.
15+
This definition does not require any special steps to use. However, the `.devcontainer/Dockerfile` references a base image with `glibc` compatibility support installed. This will reduce the chances of extensions with native dependencies failing due to incompatibilities with Alpine, but is not always required. To see if your extensions actually need `glibc`, change the `FROM` statment to `alpine:3.10` in the Dockerfile and build/rebuild the container.
1616

17-
Just follow these steps:
17+
To use it, just follow these steps:
1818

1919
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
2020

0 commit comments

Comments
 (0)