* additional php extension moved to php-version dependency dockerfile

This commit is contained in:
2021-04-15 12:32:56 +03:00
parent cd422e4e6b
commit 29a58620f5
3 changed files with 13 additions and 9 deletions

View File

@ -4,3 +4,9 @@ ARG PHP_VERSION=7.3
FROM laradock/workspace:latest-${PHP_VERSION}
INCLUDE+ ./workspace.base.Dockerfile
###########################################################################
# Additional PHP-extensions:
###########################################################################
RUN pecl install -a redis