mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
installed opcache in php 7
This commit is contained in:
@@ -32,6 +32,11 @@ ifneq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
|
||||
EXTENSIONS += memcached mysql
|
||||
endif
|
||||
|
||||
ifeq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
|
||||
# Add more extensions to 7.x series images.
|
||||
EXTENSIONS += OPcache
|
||||
endif
|
||||
|
||||
pull:
|
||||
@for tag in $(TAGS); do \
|
||||
docker pull $(PARENT_IMAGE):$${tag}; \
|
||||
|
||||
Reference in New Issue
Block a user