* additional php extension moved to php-version dependency dockerfile
This commit is contained in:
@ -4,3 +4,10 @@ ARG PHP_VERSION=7.4
|
||||
FROM laradock/workspace:latest-${PHP_VERSION}
|
||||
|
||||
INCLUDE+ ./workspace.base.Dockerfile
|
||||
|
||||
###########################################################################
|
||||
# Additional PHP-extensions:
|
||||
###########################################################################
|
||||
|
||||
RUN pecl install igbinary \
|
||||
&& pecl install -a redis
|
||||
|
Reference in New Issue
Block a user