mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-10 17:14:41 +00:00
Removes Mcrypt from Dockerfile.template when not Joomla 3.10.
This commit is contained in:
parent
003213c2d1
commit
f597ccb334
@ -70,7 +70,9 @@ RUN set -ex; \
|
|||||||
\
|
\
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
|
{{ if env.version == "3.10" then ( -}}
|
||||||
mcrypt \
|
mcrypt \
|
||||||
|
{{ ) else "" end -}}
|
||||||
memcached \
|
memcached \
|
||||||
redis \
|
redis \
|
||||||
; \
|
; \
|
||||||
|
Loading…
Reference in New Issue
Block a user