Update base image name

pull/37/head
Michele Locati 2019-10-10 08:49:44 +02:00
parent d58b93905b
commit 444aafb73f
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Installation via COPY --from
```
FROM php:7.2-cli
COPY --from=docker-install-php-extensions /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
RUN install-php-extensions gd xdebug
```