From 50a3f8ef6ef19565e24af31eca7ce496a5719dca Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 11 Apr 2018 17:45:25 +0200 Subject: [PATCH] Fix sample Dockerfile --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33335a3..57c5467 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ FROM php:7.2-cli ADD https://raw.githubusercontent.com/mlocati/docker-php-extension-installer/master/install-php-extensions /usr/local/bin/ -RUN install-php-extensions gd xdebug +RUN chmod uga+x /usr/local/bin/install-php-extensions && \ + install-php-extensions gd xdebug ``` ## Supported PHP extensions