#16 chore: add docs and tests for dev images as well

This commit is contained in:
Paolo Cuffiani
2017-09-01 14:42:09 +02:00
parent ec6bc2d246
commit 9bbb5c6613
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -14,6 +14,7 @@ endif
# Extensions.
EXTENSIONS := \
bcmath \
bz2 \
calendar \
iconv \
@@ -27,6 +28,7 @@ EXTENSIONS := \
pdo_pgsql \
pgsql \
redis \
soap \
Xdebug \
zip
ifneq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
+2
View File
@@ -29,6 +29,7 @@ As you might have guessed, all tags are built on top of the corresponding tag of
The following modules and extensions have been enabled,
in addition to those you can already find in the [official PHP image](https://hub.docker.com/r/_/php/):
- `bcmath`
- `bz2`
- `calendar`
- `iconv`
@@ -43,6 +44,7 @@ in addition to those you can already find in the [official PHP image](https://hu
- `pdo_pgsql`
- `pgsql`
- `redis`
- `soap`
- `xdebug`
- `Zend OPcache` (_PHP 5.5+_)
- `zip`