Fix sample Dockerfile

pull/1/merge
Michele Locati 2018-04-11 17:45:25 +02:00
parent d9d8e5fc34
commit 50a3f8ef6e
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 1 deletions

View File

@ -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/ 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 ## Supported PHP extensions