Removes Mcrypt from Dockerfile.template when not Joomla 3.10.

This commit is contained in:
Llewellyn van der Merwe 2022-02-15 15:42:55 +02:00
parent 003213c2d1
commit f597ccb334
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 2 additions and 0 deletions

View File

@ -70,7 +70,9 @@ RUN set -ex; \
\
docker-php-ext-enable \
apcu \
{{ if env.version == "3.10" then ( -}}
mcrypt \
{{ ) else "" end -}}
memcached \
redis \
; \