From aec3818fd8222efc0e7727cddda8bf9545a35291 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 9 Mar 2023 13:26:19 +0100 Subject: [PATCH] Make examples consistent in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f295de..954f806 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You may want to run `docker pull mlocati/php-extension-installer` in order to us ```Dockerfile RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \ - install-php-extensions pcntl + install-php-extensions gd xdebug ``` **Warning**: by using this method you may use an outdated version of the `mlocati/php-extension-installer` image.