mirror of https://github.com/akaunting/docker.git
Add redis php extension
Add redis php extension to fpm-alpine-nginx-composer.Dockerfile
This commit is contained in:
parent
45f48bc4af
commit
9df624bd9d
|
@ -22,7 +22,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
|
|||
|
||||
# Install PHP Extensions
|
||||
RUN chmod +x /usr/local/bin/install-php-extensions && sync && \
|
||||
install-php-extensions gd zip intl imap xsl pgsql opcache bcmath mysqli pdo_mysql
|
||||
install-php-extensions gd zip intl imap xsl pgsql opcache bcmath mysqli pdo_mysql redis
|
||||
|
||||
# Configure Extension
|
||||
RUN docker-php-ext-configure \
|
||||
|
|
Loading…
Reference in New Issue