diff --git a/README.md b/README.md
index b9bd79d..1e05aad 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,7 @@ install-php-extensions @fix_letsencrypt
| gd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| gearman | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
| geoip | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
+| geos[*](#special-requirements-for-geos) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
| geospatial | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| gettext | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| gmagick | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -257,7 +258,7 @@ install-php-extensions @fix_letsencrypt
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-*Number of supported extensions: 118*
+*Number of supported extensions: 119*
PS: the pre-installed PHP extensions are excluded from this list.
@@ -337,6 +338,7 @@ Some extensions have special requirements:
| Extension | Requirements |
|---|---|
+| geos | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in `alpine3.9` docker images
• Not available in `alpine3.10` docker images |
| memprof | Not available in `alpine` docker images |
| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). |
| pdo_sqlsrv | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images |